Skip to main content

GetPreviewTextEventArgs(TreeListNode, String) Constructor

Initializes a new GetPreviewTextEventArgs class instance.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public GetPreviewTextEventArgs(
    TreeListNode node,
    string previewText
)

Parameters

Name Type Description
node TreeListNode

A Tree List node.

previewText String

Preview text.

See Also