Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemCalcEdit Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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