DataControlBase.EnableSmartColumnsGeneration Property
In This Article
Gets or sets whether to enable smart columns generation feature. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
public bool EnableSmartColumnsGeneration { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true to enable smart columns generation feature; otherwise, false. |
#Remarks
If the EnableSmartColumnsGeneration property is set to true, the grid automatically creates the layout and configures data editors for all generated columns according to data types, data annotations, etc. specified in the underlying data source.
See Also