Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Boolean Properties

  • 2 minutes to read

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

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 20.2\Components.NET Core Desktop Libraries\eXpressApp Framework\FeatureCenter by default. The ASP.NET Web Forms 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: