Property IsWrapEnabled
| Edit this page View SourceIsWrapEnabled
Gets or sets a value that indicates whether line breaking occurs when header text extends beyond the available width of the control.
Declaration
public bool IsWrapEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool | true if line breaking occurs when header text extends beyond the available width of the control; otherwise, false. The default is false. |