AutoFitBehaviorType Enum
Lists AutoFit layout algorithm types.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Members
See Also
Lists AutoFit layout algorithm types.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v26.1.Core.dll
[ComVisible(true)]
public enum AutoFitBehaviorType
<ComVisible(True)>
Public Enum AutoFitBehaviorType
| Name | Description |
|---|---|
FixedColumnWidth
|
Columns have a fixed width, so the AutoFit feature is not used. |
AutoFitToContents
|
Table columns are automatically resized to fit the content. |
AutoFitToWindow
|
Table is resized to fit within the page margins. |
© 2026 Sunbelt Computer Software