CheckEdit.Properties Property
Gets CheckEdit settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemCheckEdit Properties { get; }
Property Value
| Type | Description |
|---|---|
| RepositoryItemCheckEdit | Editor settings. |
Remarks
Use Properties to access and customize appearance and behavior settings.
See Also