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

FieldInfo.Selected Property

Gets or sets whether the current field is included to a data source schema.

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

[DefaultValue(true)]
public bool Selected { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to include the current field to a data source schema; otherwise, false.

See Also