Skip to main content

DataControlBase.ColumnsSource Property

Gets or sets the source from which the grid generates columns. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#Declaration

[CloneDetailMode(CloneDetailMode.Skip)]
public IEnumerable ColumnsSource { get; set; }

#Property Value

Type Description
IEnumerable

The source from which the grid generates columns.

#Remarks

To learn more, see Binding to a Collection of Columns.

See Also