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

ColumnView.ViewCaptionHeight Property

Gets or sets the height of the View Caption region.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

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