LayoutView.OptionsItemText Property
Contains options that control the display of card fields’ text labels.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
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