BaseEdit.Properties Property
Gets an object containing properties, methods and events specific to the editors.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
RepositoryItem | A RepositoryItem object containing settings relating to all editors. |
Remarks
See RepositoryItem to learn more.
See Also