Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelLayoutManagerOptions.CaptionWordWrap Property

Specifies the default layout group and item captions wrapping mode.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v24.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