FieldInfoViewModel.Selected Property
Specifies whether the column is selected.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
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