Skip to main content
Tag

ColumnBase.IsSmart Property

Gets or sets whether to enable smart columns generation feature for the column. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

[XtraSerializableProperty]
public bool IsSmart { get; set; }

#Property Value

Type Description
Boolean

true to enable smart columns generation feature for the column; otherwise, false.

#Remarks

If the IsSmart property is set to true, the grid automatically creates the layout and configures data editors for the column according to the data type, data annotations, etc. specified in the underlying data source.

See Also