Back to Devexpress

PropertyDescriptionControl.DefaultCaption Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertydescriptioncontrol-4e955dbc.md

latest1.7 KB
Original Source

PropertyDescriptionControl.DefaultCaption Property

Gets or sets the caption displayed when no row is focused.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue("")]
[DXCategory("Appearance")]
public string DefaultCaption { get; set; }
vb
<DefaultValue("")>
<DXCategory("Appearance")>
Public Property DefaultCaption As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value specifying the caption displayed when no row is focused.

|

See Also

DefaultDescription

FocusedRow

PropertyDescriptionControl Class

PropertyDescriptionControl Members

DevExpress.XtraVerticalGrid Namespace