Back to Devexpress

GetPreviewTextEventArgs.PreviewText Property

windowsforms-devexpress-dot-xtratreelist-dot-getpreviewtexteventargs.md

latest1.3 KB
Original Source

GetPreviewTextEventArgs.PreviewText Property

Gets or sets the preview text.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
public string PreviewText { get; set; }
vb
Public Property PreviewText As String

Property Value

TypeDescription
String

The preview text.

|

Remarks

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

See Also

GetPreviewTextEventArgs Class

GetPreviewTextEventArgs Members

DevExpress.XtraTreeList Namespace