TableSizeSelector.MaxColumnCount Property
In This Article
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
C#
public int MaxColumnCount { get; set; }
#Property Value
Type | Description |
---|---|
Int32 | The maximum number of columns. |
See Also