NodeDisplayTextArgs Properties
Populates commands bound to the TreeListView.CustomColumnDisplayTextCommand property with data.Name | Description |
---|---|
DisplayText | Gets or sets the text displayed in the processed cell. Inherited from DisplayTextArgs. |
FieldName | Gets the current field name. Inherited from DisplayTextArgs. |
Item | Gets a record in a data source. Inherited from DisplayTextArgs. |
Path | Gets a path to the processed node. This path starts with the processed node and includes all its parent nodes. |
ShowAsNullText | Specifies whether text corresponding to a null value appears faded. |
Value | Gets the processed cell’s value. Inherited from DisplayTextArgs. |
See Also