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.v18.1.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "CalcEdit")]
public class RepositoryItemCalcEdit :
    RepositoryItemPopupBase

The following members accept/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).

The following code snippets (auto-collected from DevExpress Examples) contain references to the RepositoryItemCalcEdit class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also