Back to Devexpress

GetNodeDisplayValueEventArgs Class

windowsforms-devexpress-dot-xtratreelist-9a131ea6.md

latest1.6 KB
Original Source

GetNodeDisplayValueEventArgs Class

Provides data for the TreeList.GetNodeDisplayValue event.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public class GetNodeDisplayValueEventArgs :
    CellValueChangedEventArgs
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Class GetNodeDisplayValueEventArgs
    Inherits CellValueChangedEventArgs

Inheritance

Object EventArgs NodeEventArgs CellEventArgs CellValueChangedEventArgs GetNodeDisplayValueEventArgs

See Also

GetNodeDisplayValueEventArgs Members

Value

DevExpress.XtraTreeList Namespace