DataControlBase.ColumnsSource Property
In This Article
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
#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