Skip to main content

GetPreviewTextEventArgs.PreviewText Property

Gets or sets the preview text.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

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