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

LayoutView.OptionsItemText Property

Contains options that control the display of card fields’ text labels.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DXCategory("Options")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraSerializablePropertyId(4)]
public LayoutViewOptionsItemText OptionsItemText { get; }

Property Value

Type Description
LayoutViewOptionsItemText

A LayoutViewOptionsItemText object that contains corresponding options.

Remarks

Use the OptionsItemText property to access settings that determine the display options of card fields’ text labels.

See Also