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

GetNodeDisplayValueEventArgs Class

Provides data for the TreeList.GetNodeDisplayValue event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public class GetNodeDisplayValueEventArgs :
    CellValueChangedEventArgs
See Also