Skip to main content

RepositoryItemCalcEdit() Constructor

Initializes a new RepositoryItemCalcEdit class instance with default settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RepositoryItemCalcEdit()

Remarks

The constructor creates the repository item providing settings specific to the calc editor. The current constructor is automatically invoked to initialize the editor’s CalcEdit.Properties object.

Generally, you do not need to create repository items manually unless you have to create specific inplace editors.

See Also