RepositoryItemCheckEdit.NullStyle Property
Gets or sets the check box paint style applied when the editor’s check state is Indeterminate.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(StyleIndeterminate.InactiveChecked)]
[DXCategory("Appearance")]
public StyleIndeterminate NullStyle { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Style |
Inactive |
The check box paint style in the Indeterminate check state. |
Available values:
Name | Description |
---|---|
Unchecked |
|
Inactive |
|
Inactive |
|
#Remarks
Use the NullStyle property to specify the check box paint style in the indeterminate state (CheckEdit.CheckState).
Tip
The Check
The following paint styles are available:
InactiveChecked - A check box is drawn grayed. An additional gray tick mark is displayed in the Flat, UltraFlat and Style3D paint themes.
Inactive - A check box is drawn grayed. In skin paint themes, the Inactive option is equivalent to InactiveChecked.
Unchecked