Skip to main content

DataControlBase.ColumnsSource Property

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

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnColumnsSourceChanged")]
public IEnumerable ColumnsSource { get; set; }

Property Value

Type Description
IEnumerable

A source from which the GridControl generates columns.

See Also