Skip to main content

ColorPickEditBase.Properties Property

Provides access to the editor’s settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
RepositoryItemColorPickEdit

A RepositoryItemColorPickEdit object that holds the control’s settings.

Remarks

See RepositoryItemColorPickEdit to learn more.

See Also