Skip to main content

BaseEdit.Properties Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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