ListRequest.ExportColumns property

namespace: Serenity.Services   assemblySerenity.Net.Services

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