IModelLayoutManagerOptions.CaptionWordWrap Property
Specifies the default layout group and item captions wrapping mode.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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 |
|
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