BaseCheckEdit.Properties Property
Gets an object containing properties, methods and events specific to a check editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
BaseRepositoryItemCheckEdit | A BaseRepositoryItemCheckEdit object instance containing settings for the control. |
Remarks
Use the Properties property to access attributes controlling the check editor behavior and its look & feel.
See Also