Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemBaseSpinEdit Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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