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

ColorDialogOptions.ShowArrows Property

Gets or sets whether the “Select Color” dialog contains titled arrows along the sides of color boxes.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(ShowArrows.Default)]
public virtual ShowArrows ShowArrows { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.ShowArrows **Default**

A ShowArrows value that specifies whether the “Select Color” dialog contains titled arrows along the sides of color boxes.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowArrows
RepositoryItemColorPickEdit
.ColorDialogOptions.ShowArrows

Remarks

The ShowArrows.Default value is equivalent to ShowArrows.True.

See Also