Back to Devexpress

RepositoryItemCalcEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-a602bb59.md

latest2.5 KB
Original Source

RepositoryItemCalcEdit Class

Represents a class which stores settings specific to a CalcEdit control.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class RepositoryItemCalcEdit :
    RepositoryItemPopupBase
vb
Public Class RepositoryItemCalcEdit
    Inherits RepositoryItemPopupBase

The following members return RepositoryItemCalcEdit objects:

Remarks

The RepositoryItemCalcEdit class provides settings specific to calc editors. You can access these settings via the CalcEdit.Properties property.

Use the class properties and events to control the editor’s look and feel and behavior. In particular, you can specify the control’s style, text editing manner, value precision, formats and event handlers for opening and closing the dropdown etc.

You do not need to create repository items manually unless you need to create inplace editors (for XtraGrid, for instance).

Inheritance

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemCalcEdit

See Also

RepositoryItemCalcEdit Members

CalcEdit

Properties

DevExpress.XtraEditors.Repository Namespace