Back to Devexpress

RepositoryItemBaseSpinEdit.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembasespinedit-8c5b0d1d.md

latest1.9 KB
Original Source

RepositoryItemBaseSpinEdit.Properties Property

OBSOLETE

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

Gets an object providing properties specific to the spin edit control.

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 RepositoryItemBaseSpinEdit Properties { get; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
<Obsolete("Please remove the 'Properties.' string from the call.")>
Public ReadOnly Property Properties As RepositoryItemBaseSpinEdit

Property Value

TypeDescription
RepositoryItemBaseSpinEdit

A RepositoryItemBaseSpinEdit object representing settings specific to the spin edit control.

|

Remarks

This property is obsolete. It is provided for compatibility with earlier versions of the XtraEditors Library.

See Also

RepositoryItemBaseSpinEdit Class

RepositoryItemBaseSpinEdit Members

DevExpress.XtraEditors.Repository Namespace