CalcEdit.Properties Property
In This Article
Gets a RepositoryItemCalcEdit object containing properties specific to the CalcEdit editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemCalcEdit Properties { get; }
#Property Value
Type | Description |
---|---|
Repository |
The Repository |
#Remarks
See RepositoryItemCalcEdit to learn more.
See Also