Back to Devexpress

ColorDialogOptions.ShowPreview Property

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

latest1.6 KB
Original Source

ColorDialogOptions.ShowPreview Property

Gets or sets whether the dialog contains a preview box.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public virtual bool ShowPreview { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Overridable Property ShowPreview As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the “Select Color” dialog contains a preview box; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowPreview
RepositoryItemColorPickEdit

.ColorDialogOptions .ShowPreview

|

See Also

ColorDialogOptions Class

ColorDialogOptions Members

DevExpress.XtraEditors Namespace