Back to Devexpress

ColumnView.ViewCaptionHeight Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-472dc203.md

latest1.9 KB
Original Source

ColumnView.ViewCaptionHeight Property

Gets or sets the height of the View Caption region.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public virtual int ViewCaptionHeight { get; set; }
vb
<DefaultValue(-1)>
<DXCategory("Appearance")>
<XtraSerializableProperty>
Public Overridable Property ViewCaptionHeight As Integer

Property Value

TypeDefaultDescription
Int32-1

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

|

See Also

ViewCaption

ShowViewCaption

View Caption

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace