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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(ShowArrows.Default)]
[DXCategory("Appearance")]
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 |
|
Remarks
The ShowArrows.Default value is equivalent to ShowArrows.True.
See Also