IModelLayoutElementWithCaptionOptions.CaptionWordWrap Property
Specifies a layout element’s caption wrapping mode.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
WordWrap | A DevExpress.Utils.WordWrap enumeration value specifying a layout element’s caption 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. |
Remarks
This property is considered in 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