Skip to main content

ColumnView.ViewCaptionHeight Property

Gets or sets the height of the View Caption region.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[DefaultValue(-1)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual int ViewCaptionHeight { get; set; }

Property Value

Type Default Description
Int32 -1

An integer value that specifies the height of the View Caption region.

See Also