Skip to main content
A newer version of this page is available. .
Tab

VerticalGridHeaderStyle.FilterImageSpacing Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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