Back to Devexpress

BaseRepositoryItemCheckEdit.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-baserepositoryitemcheckedit-0b9cf1e7.md

latest1.6 KB
Original Source

BaseRepositoryItemCheckEdit.Properties Property

OBSOLETE

Please remove the 'Properties.' string from the call.

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Please remove the 'Properties.' string from the call.")]
public BaseRepositoryItemCheckEdit Properties { get; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<Obsolete("Please remove the 'Properties.' string from the call.")>
Public ReadOnly Property Properties As BaseRepositoryItemCheckEdit

Property Value

Type
BaseRepositoryItemCheckEdit

See Also

BaseRepositoryItemCheckEdit Class

BaseRepositoryItemCheckEdit Members

DevExpress.XtraEditors.Repository Namespace