Back to Devexpress

DiagramOptionsBehavior.SkinGallery Property

windowsforms-devexpress-dot-xtradiagram-dot-options-dot-diagramoptionsbehavior-3de2c31e.md

latest2.0 KB
Original Source

DiagramOptionsBehavior.SkinGallery Property

OBSOLETE

This property is to be removed in future.

Gets or sets whether the visibility and enabled state of the skin gallery in the Ribbon menu.

Namespace : DevExpress.XtraDiagram.Options

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
[Browsable(false)]
[DefaultValue(DocumentCapability.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is to be removed in future.")]
public DocumentCapability SkinGallery { get; set; }
vb
<DefaultValue(DocumentCapability.Default)>
<Obsolete("This property is to be removed in future.")>
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Property SkinGallery As DocumentCapability

Property Value

TypeDefaultDescription
DevExpress.XtraDiagram.Options.DocumentCapabilityDefault

A value that specifies the visibility and enabled state of the skin gallery in the Ribbon menu.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SkinGallery
DiagramControl

.OptionsBehavior .SkinGallery

|

See Also

DiagramOptionsBehavior Class

DiagramOptionsBehavior Members

DevExpress.XtraDiagram.Options Namespace