Skip to main content
A newer version of this page is available. .

BaseEdit.Properties Property

Gets an object containing properties, methods and events specific to the editors.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
RepositoryItem

A RepositoryItem object containing settings relating to all editors.

Remarks

See RepositoryItem to learn more.

See Also