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