TableSizeSelector.MaxColumnCount Property
Gets or sets the maximum number of columns. This is a bindable property.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
public int MaxColumnCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 | The maximum number of columns. |
See Also