Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ColorDialogOptions.ShowMakeWebSafeButton Property

Gets or sets whether the “Select Color” dialog contains the “Make Web-Safe” button.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(false)]
[DXCategory("Appearance")]
public virtual bool ShowMakeWebSafeButton { get; set; }

#Property Value

Type Default Description
Boolean false

true if the “Select Color” dialog contains the “Make Web-Safe” button; otherwise, false.

#Property Paths

You can access this nested property as listed below:

Object Type Path to ShowMakeWebSafeButton
RepositoryItemColorPickEdit
.ColorDialogOptions .ShowMakeWebSafeButton

#Remarks

The “Make Web-Safe” button shifts the current color to the nearest Web-Safe color. Information on Web-Safe colors can be found in the RepositoryItemColorPickEdit.ShowWebSafeColors topic.

See Also