Back to Devexpress

CheckEdit.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-checkedit-4a0b97cf.md

latest1.6 KB
Original Source

CheckEdit.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")]
[SmartTagSearchNestedProperties]
public RepositoryItemCheckEdit Properties { get; }
vb
<DXCategory("Properties")>
<SmartTagSearchNestedProperties>
Public ReadOnly Property Properties As RepositoryItemCheckEdit

Property Value

TypeDescription
RepositoryItemCheckEdit

A RepositoryItemCheckEdit object instance containing settings for the CheckEdit control.

|

Remarks

See RepositoryItemCheckEdit to learn more.

See Also

RepositoryItemCheckEdit

CheckEdit Class

CheckEdit Members

DevExpress.XtraEditors Namespace