Back to Devexpress

FieldInfo.Selected Property

corelibraries-devexpress-dot-dataaccess-dot-excel-dot-fieldinfo-25de2012.md

latest1.2 KB
Original Source

FieldInfo.Selected Property

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

Namespace : DevExpress.DataAccess.Excel

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[DefaultValue(true)]
public bool Selected { get; set; }
vb
<DefaultValue(True)>
Public Property Selected As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

FieldInfo Class

FieldInfo Members

DevExpress.DataAccess.Excel Namespace