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

PropertyDescriptionControl.DefaultCaption Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

[DefaultValue("")]
[DXCategory("Appearance")]
public string DefaultCaption { get; set; }

Property Value

Type Default Description
String String.Empty

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

See Also