Skip to main content

TableSizeSelector.SelectedColumnCount Property

Gets or sets the number of the TableSizeSelector’s selected columns. This is a bindable property.

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

public int SelectedColumnCount { get; set; }

Property Value

Type Description
Int32

The number of the TableSizeSelector’s selected columns.

See Also