Skip to main content

FieldInfo.Selected Property

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

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v24.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool Selected { get; set; }

Property Value

Type Description
Boolean

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

See Also