RepositoryItemBaseSpinEdit Class
Represents the class which provides settings common to all spin editors.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return RepositoryItemBaseSpinEdit objects:
Remarks
The RepositoryItemBaseSpinEdit class is the base for repository items corresponding to spin editors (i.e. editors that provide spin buttons that can be used to modify the edit value). Properties, methods and events provided by this class are common to spin edit controls (objects derived from the BaseSpinEdit class).
The RepositoryItemBaseSpinEdit class serves only as a base class and you do not need to create its instances. You can derive your own repository item class from it when creating a custom spin editor.