RepositoryItemColorEdit.NullColor Property
In This Article
Gets or sets a null color.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Color | The null color. |
#Remarks
The editor sets its Color property to Color.Empty
if the AllowNullInput option is enabled and a user presses Ctrl+Del or Ctrl+0. Use the NullColor
property to specify a custom null color.
Note
The Edit
property of the Win
See Also