Skip to main content
A newer version of this page is available. .

LabelControlAppearanceObject.Options Property

Provides access to the appearance object’s options.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, XtraSerializationFlags.DefaultValue)]
public LabelControlAppearanceOptions Options { get; }

Property Value

Type Description
DevExpress.XtraEditors.LabelControlAppearanceOptions

A DevExpress.XtraEditors.LabelControlAppearanceObject object containing the appearance options.

Remarks

The object returned provides a set of Boolean properties, specifying which appearance settings should be used. See Appearances to learn more.

See Also