General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
All docs
V19.2
General Information
.NET Subscription
Desktop
Web
Controls and Extensions
Mainteinance Mode
Enterprise and Analytic Tools
Quality Assurance and Productivity
Frameworks and Libraries
19.2
19.1
The page you are viewing does not exist in version 19.1. This link will take you to the root page.
18.2
The page you are viewing does not exist in version 18.2. This link will take you to the root page.
18.1
The page you are viewing does not exist in version 18.1. This link will take you to the root page.
17.2
The page you are viewing does not exist in version 17.2. This link will take you to the root page.
AutoSizeMode Enum
Specifies whether and how to change the control's size to fit its content.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v19.2.dll
Declaration
Members
Name | Description |
---|---|
GrowOnly | The control's size can be automatically increased to fit its content. |
None | The control's size remains unchanged. |
ShrinkAndGrow | The control's size can be automatically increased or decreased to fit its content. |
ShrinkOnly | The control's size can be automatically decreased to fit its content. |
Remarks
The AutoSizeMode enumeration's values are used to set the XRCrossTabCell.ColumnAutoWidthMode property.
See Also
Feedback