Back to Devexpress

TreeListUnboundColumnDataEventArgs Class

wpf-devexpress-dot-xpf-dot-grid-dot-treelist-faaab855.md

latest1.6 KB
Original Source

TreeListUnboundColumnDataEventArgs Class

Provides data for the TreeListView.CustomUnboundColumnData event.

Namespace : DevExpress.Xpf.Grid.TreeList

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class TreeListUnboundColumnDataEventArgs :
    ColumnDataEventArgsBase
vb
Public Class TreeListUnboundColumnDataEventArgs
    Inherits ColumnDataEventArgsBase

TreeListUnboundColumnDataEventArgs is the data class for the following events:

Remarks

To learn more, see Unbound Columns.

Inheritance

Object EventArgs ColumnDataEventArgsBase TreeListUnboundColumnDataEventArgs

See Also

TreeListUnboundColumnDataEventArgs Members

DevExpress.Xpf.Grid.TreeList Namespace