Back to Devexpress

PropertyDescriptionControl.DefaultDescription Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertydescriptioncontrol-9275d6b3.md

latest1.7 KB
Original Source

PropertyDescriptionControl.DefaultDescription Property

Gets or sets the description 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 DefaultDescription { get; set; }
vb
<DefaultValue("")>
<DXCategory("Appearance")>
Public Property DefaultDescription As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

See Also

DefaultCaption

FocusedRow

PropertyDescriptionControl Class

PropertyDescriptionControl Members

DevExpress.XtraVerticalGrid Namespace