A newer version of this page is available.
Switch to the current version.
PageInfoBrick.AutoWidth Property
Determines whether the current brick is resized in order to display the entire text of a brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[XtraSerializableProperty]
public bool AutoWidth { get; set; }
<XtraSerializableProperty>
Public Property AutoWidth As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if brick width changes in order to display the entire brick text, otherwise, false. |
See Also
Feedback