Back to Devexpress

ColorDialogOptions.ShowArrows Property

windowsforms-devexpress-dot-xtraeditors-dot-colordialogoptions-fb3f9d21.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ShowArrows.Default)]
[DXCategory("Appearance")]
public virtual ShowArrows ShowArrows { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(ShowArrows.Default)>
Public Overridable Property ShowArrows As ShowArrows

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.ShowArrowsDefault

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 TypePath to ShowArrows
RepositoryItemColorPickEdit

.ColorDialogOptions .ShowArrows

|

Remarks

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

See Also

ColorDialogOptions Class

ColorDialogOptions Members

DevExpress.XtraEditors Namespace