Skip to main content
A newer version of this page is available. .

RepositoryItemBaseSpinEdit Class

Represents the class which provides settings common to all spin editors.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public class RepositoryItemBaseSpinEdit :
    RepositoryItemPopupBase

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.

See Also