Back to Devexpress

AppearanceObjectEx.Options Property

windowsforms-devexpress-dot-utils-dot-appearanceobjectex.md

latest1.7 KB
Original Source

AppearanceObjectEx.Options Property

Provides access to the appearance object’s options.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public AppearanceOptionsEx Options { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)>
Public ReadOnly Property Options As AppearanceOptionsEx

Property Value

TypeDescription
AppearanceOptionsEx

An AppearanceOptionsEx object containing the appearance options.

|

Remarks

The object returned provides a set of Boolean properties specifying which appearance settings should be used. Please refer to the AppearanceOptionsEx class description for the list of available options and their descriptions.

See Also

AppearanceObjectEx Class

AppearanceObjectEx Members

DevExpress.Utils Namespace