Back to Devexpress

VGridControlBase.CaptionHeight Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-1f008822.md

latest1.3 KB
Original Source

VGridControlBase.CaptionHeight Property

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleYNoDefault)]
public int CaptionHeight { get; set; }
vb
<DefaultValue(-1)>
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationFlags.AutoScaleYNoDefault)>
Public Property CaptionHeight As Integer

Property Value

TypeDefault
Int32-1

See Also

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace