Skip to content

ListRequest.ExportColumns property

Gets or sets the set of columns to export. This should only be used to specify list of columns for contexts like Excel export etc.

public List<string>? ExportColumns { get; set; }

See Also