GetNodeDisplayValueEventArgs Class
In This Article
Provides data for the TreeList.GetNodeDisplayValue
event.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public class GetNodeDisplayValueEventArgs :
CellValueChangedEventArgs
#Inheritance
Object
EventArgs
NodeEventArgs
CellEventArgs
CellValueChangedEventArgs
GetNodeDisplayValueEventArgs
See Also