Skip to main content

CalcEdit() Constructor

Initializes a new CalcEdit class instance with default settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CalcEdit()

Remarks

Use the constructor to create a calc editor at runtime. After the editor is created, you can customize its appearance and behavior via the CalcEdit.Properties property.

To create a calc editor inplace for XtraGrid, for instance, you should create a corresponding repository item of the RepositoryItemCalcEdit class and assign it to a column.

See Also