Skip to main content
.NET 6.0+

IModelLayoutManagerOptions.CaptionWordWrap Property

Specifies the default layout group and item captions wrapping mode.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[DefaultValue(WordWrap.Default)]
WordWrap CaptionWordWrap { get; set; }

Property Value

Type Default Description
WordWrap Default

A DevExpress.Utils.WordWrap enumeration value specifying the default layout group and item captions wrapping mode.

Available values:

Name Description
Default

Default wrapping mode. The actual wrapping mode is determined by a control.

NoWrap

The word wrapping feature is disabled.

Wrap

The word wrapping feature is enabled.

Property Paths

You can access this nested property as listed below:

Object Type Path to CaptionWordWrap
IModelOptions
.LayoutManagerOptions .CaptionWordWrap

Remarks

This property is in effect for XAF Windows Forms applications only.

The following values are available:

  • Default - the actual wrapping mode is determined by a control.
  • NoWrap - the word wrapping feature is disabled.
  • Wrap - the word wrapping feature is enabled.
See Also