Skip to main content

TableSizeSelector.SelectedRowCount Property

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

Namespace: DevExpress.Maui.HtmlEditor

Assembly: DevExpress.Maui.HtmlEditor.dll

NuGet Package: DevExpress.Maui.HtmlEditor

Declaration

public int SelectedRowCount { get; set; }

Property Value

Type Description
Int32

The number of the TableSizeSelector’s selected rows.

See Also