Back to Devexpress

BaseColumn.IsAutoGenerated Property

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-6ecebe7d.md

latest1.1 KB
Original Source

BaseColumn.IsAutoGenerated Property

Gets whether the column has been generated automatically. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsAutoGenerated { get; }
vb
Public ReadOnly Property IsAutoGenerated As Boolean

Property Value

TypeDescription
Boolean

true, if the column has been generated automatically; otherwise, false.

|

See Also

AutoGenerateColumns

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace