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

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.v22.1.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