Skip to main content

OptionsItemText.TextOptions Property

OBSOLETE

Use Root.AppearanceItemCaption.TextOptions instead of TextOptions

Gets options that specify how text is rendered.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use Root.AppearanceItemCaption.TextOptions instead of TextOptions")]
public TextOptions TextOptions { get; }

Property Value

Type Description
TextOptions

A TextOptions object.

Property Paths

You can access this nested property as listed below:

Object Type Path to TextOptions
LayoutControl
.OptionsItemText .TextOptions

Remarks

This property is obsolete. Options that specify how text is rendered are specified by the AppearanceObject.TextOptions property of the root group’s BaseLayoutItem.AppearanceItemCaption property.

See Also