Back to Devexpress

TreeList.GetNodeDisplayValue Event

windowsforms-devexpress-dot-xtratreelist-dot-treelist-41536fe2.md

latest3.2 KB
Original Source

TreeList.GetNodeDisplayValue Event

Allows you to display custom values within cells. This event is obsolete. Use the TreeList.CustomColumnDisplayText event instead.

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 event GetNodeDisplayValueEventHandler GetNodeDisplayValue
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Event GetNodeDisplayValue As GetNodeDisplayValueEventHandler

Event Data

The GetNodeDisplayValue event's data class is GetNodeDisplayValueEventArgs. The following properties provide information specific to this event:

PropertyDescription
ChangedByUserGets whether the user changed the value in an editor, or the value is changed in code. Inherited from CellValueChangedEventArgs.
ColumnGets a column to which the cell processed by an event belongs. Inherited from CellEventArgs.
NodeGets the current Tree List node. Inherited from NodeEventArgs.
OldValueInherited from CellValueChangedEventArgs.
ValueGets or sets the value contained within the processed cell.

Remarks

This event is obsolete. Use the TreeList.CustomColumnDisplayText event instead.

See Also

Format

GetValue(Object)

GetDisplayText(Object)

ColumnEdit

CustomNodeCellEdit

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace