Back to Devexpress

AutoSizeMode Enum

xtrareports-devexpress-dot-xtrareports-dot-ui-ea89b57b.md

latest1.6 KB
Original Source

AutoSizeMode Enum

Specifies whether and how to change the control’s size to fit its content.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public enum AutoSizeMode
vb
Public Enum AutoSizeMode

Members

NameDescription
None

The control’s size remains unchanged.

| | GrowOnly |

The control’s size can be automatically increased to fit its content.

| | ShrinkOnly |

The control’s size can be automatically decreased to fit its content.

| | ShrinkAndGrow |

The control’s size can be automatically increased or decreased to fit its content.

|

The following properties accept/return AutoSizeMode values:

Remarks

The AutoSizeMode enumeration’s values are used to set the XRCrossTabCell.ColumnAutoWidthMode property.

See Also

DevExpress.XtraReports.UI Namespace