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

FieldInfoViewModel.Selected Property

Specifies whether or not the column is selected.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnChanged")]
public virtual bool Selected { get; set; }

Property Value

Type Description
Boolean

true, to include the column into the data source; otherwise, false.

See Also