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

GetPreviewTextEventArgs.PreviewText Property

Gets or sets the preview text.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public string PreviewText { get; set; }

Property Value

Type Description
String

The preview text.

Remarks

Initially, the PreviewText property contains the default text the TreeList.PreviewFieldName field stores.

See Also