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

Boolean Properties

  • 2 minutes to read

In XAF, Boolean and Nullable Boolean properties can be displayed in WinForms and ASP.NET applications through:

XAF Mobile applications use the dxSwitch widget to display Boolean properties.

Note

Refer to the Property Editors | Boolean Properties section in the Feature Center demo installed with XAF to see Boolean Property Editors in action. The Feature Center demo is installed in %PUBLIC%\Documents\DevExpress Demos 19.1\Components\eXpressApp Framework\FeatureCenter by default. The ASP.NET version of this demo is available online at https://demos.devexpress.com/XAF/FeatureCenter/.

Examples

WinForms Property Editors for Boolean Properties

Each WinForms Property Editor has a control that displays a corresponding property in a Detail View, and a repository item that displays a property in a List Editor that supports in-place editing. Both the control and repository item are shown below.

BooleanPropertyEditor

Controls:

  • BooleanEdit - a descendant of the XtraEditors Library’s CheckEdit editor;
  • BoolComboBoxEdit - a descendant of the XtraEditors Library’s ImageComboBoxEdit editor.

Repository Items:

Description:

The BooleanEdit control and the RepositoryItemBooleanEdit repository item are used by default.

The BoolComboBoxEdit control and RepositoryItemBoolComboBoxEdit repository item are used if at least one of the following pairs are specified:

ASP.NET Property Editors for Boolean Properties

Each ASP.NET Property Editor has controls that display a property in a Detail View‘s View and Edit mode (see DetailView.ViewEditMode). These controls are listed below.

ASPxBooleanPropertyEditor

View mode controls:

Edit mode controls:

Description:

Used to display Boolean properties.

The ASPxCheckBox control is used in both View and Edit modes by default.

The ASPxImageLabelControl control and ASPxComboBox controls are used in the View and Edit modes, if at least one of the following pairs are specified:

Mobile Property Editor for Boolean Properties

The MobileBooleanPropertyEditor property editor uses the Switch control. This control uses the dxSwitch widget to display Boolean properties in the Detail View‘s View and Edit modes (see DetailView.ViewEditMode).