CheckEdit.Properties Property
Gets CheckEdit settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v26.1.dll
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