ColorPickEdit.IsAutomaticColorSelected Property
Gets whether the “Automatic” color is selected by an end-user in the Custom tab in the dropdown window.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the “Automatic” color is selected by an end-user in the Custom tab; otherwise, false. |
Remarks
See the RepositoryItemColorPickEdit.AutomaticColor topic for more information.
See Also