windowsforms-devexpress-dot-xtraeditors-dot-repository-06ec2f97.md
Represents the class which provides settings common to all spin editors.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RepositoryItemBaseSpinEdit :
RepositoryItemPopupBase
Public Class RepositoryItemBaseSpinEdit
Inherits RepositoryItemPopupBase
The following members return RepositoryItemBaseSpinEdit objects:
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.
Show 13 items
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemBaseSpinEdit RepositoryItemDateTimeOffsetEdit
See Also