Skip to main content
A newer version of this page is available. .

BaseCheckEdit.Properties Property

Gets an object containing properties, methods and events specific to a check editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Properties")]
public BaseRepositoryItemCheckEdit Properties { get; }

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