Back to Devexpress

BaseCheckEdit.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-basecheckedit-e06d435c.md

latest1.4 KB
Original Source

BaseCheckEdit.Properties Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
public BaseRepositoryItemCheckEdit Properties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Properties As BaseRepositoryItemCheckEdit

Property Value

TypeDescription
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

BaseCheckEdit Class

BaseCheckEdit Members

DevExpress.XtraEditors Namespace