Skip to main content

GetNodeDisplayValueEventArgs Class

Provides data for the TreeList.GetNodeDisplayValue event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

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