windowsforms-devexpress-dot-xtraeditors-dot-repository-a602bb59.md
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
public class RepositoryItemCalcEdit :
RepositoryItemPopupBase
Public Class RepositoryItemCalcEdit
Inherits RepositoryItemPopupBase
The following members return RepositoryItemCalcEdit objects:
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).
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemCalcEdit
See Also