Skip to main content
A newer version of this page is available. .

RepositoryItemCalcEdit Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "CalcEdit")]
public class RepositoryItemCalcEdit :
    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).

See Also