Back to Devexpress

CompatibilitySettings.DisableColumnBalance Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-8da1fdfb.md

latest1.6 KB
Original Source

CompatibilitySettings.DisableColumnBalance Property

Specifies whether to disable balancing column height.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool DisableColumnBalance { get; set; }
vb
Property DisableColumnBalance As Boolean

Property Value

TypeDescription
Boolean

true , to disable column balance; otherwise, false. Default value is false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DisableColumnBalance
Document

.CompatibilitySettings .DisableColumnBalance

|

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace