Skip to main content
Tab

CardViewHeaderStyle.FilterImageSpacing Property

Gets or sets the distance between the filter image and the caption within the column header.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit FilterImageSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit structure that represents the spacing value.

Remarks

This property is reserved for future use.

See Also