Skip to main content
A newer version of this page is available. .

ColumnBase Class

Serves as a base for classes that represent data columns.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v21.2.dll

Declaration

public abstract class ColumnBase :
    FrameworkElement,
    IColumnInfo,
    IDataColumnInfo,
    ISupportNotifyDPChanged,
    ISupportNotifyPChanged
See Also