Back to Devexpress

RepositoryItemBaseSpinEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-06ec2f97.md

latest2.8 KB
Original Source

RepositoryItemBaseSpinEdit Class

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

Declaration

csharp
public class RepositoryItemBaseSpinEdit :
    RepositoryItemPopupBase
vb
Public Class RepositoryItemBaseSpinEdit
    Inherits 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.

Inheritance

Show 13 items

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemBaseSpinEdit RepositoryItemDateTimeOffsetEdit

RepositoryItemSpinEdit

RepositoryItemTimeEdit

RepositoryItemTimeSpanEdit

See Also

RepositoryItemBaseSpinEdit Members

DevExpress.XtraEditors.Repository Namespace