Skip to main content
Tab

GridColumnDateRangePeriodsSettings.RepeatColumns Property

Specifies the number of columns displayed in the header filter periods section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(2)]
public int RepeatColumns { get; set; }

Property Value

Type Default Description
Int32 2

A Int32 value that specifies the number of items displayed in a header filter horizontally.

Remarks

DateRangeHeaderFilter_Periods

See Also