Skip to main content

CalcEdit.Properties Property

Gets a RepositoryItemCalcEdit object containing properties specific to the CalcEdit editor.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemCalcEdit Properties { get; }

Property Value

Type Description
RepositoryItemCalcEdit

The RepositoryItemCalcEdit object containing properties specific to the calc editor.

Remarks

See RepositoryItemCalcEdit to learn more.

See Also