TableSizeSelector Class
A control that allows you to select a size of the table.
Namespace: DevExpress.Maui.HtmlEditor
Assembly: DevExpress.Maui.HtmlEditor.dll
NuGet Package: DevExpress.Maui.HtmlEditor
Declaration
[DXLicenseMAUI]
public class TableSizeSelector :
DXViewBase
Remarks

This control is displayed when you call the HtmlEdit‘s InsertTable command.
Customize Appearance
You can use the following properties to customize common TableSizeSelector appearance settings:
| Property | Description |
|---|---|
| MaxColumnCount | Gets or sets the maximum number of columns. This is a bindable property. |
| MaxRowCount | Gets or sets the maximum number of rows. This is a bindable property. |
| SelectedColumnCount | Gets or sets the number of the TableSizeSelector’s selected columns. This is a bindable property. |
| SelectedRowCount | Gets or sets the number of the TableSizeSelector’s selected rows. This is a bindable property. |
Item Appearance
Use the following properties to customize a TableSizeSelector’s item appearance:
| Property | Description |
|---|---|
| ItemHeight | Gets or sets the border thickness of the TableSizeSelector’s item cells. This is a bindable property. |
| ItemWidth | Gets or sets the border color of the TableSizeSelector’s item cells. This is a bindable property. |
| ItemSpacing | Gets or sets the background color of the TableSizeSelector’s item cells. This is a bindable property. |
| ItemBackgroundColor | Gets or sets the spacing between the TableSizeSelector’s item cells. This is a bindable property. |
| SelectedItemBackgroundColor | Gets or sets the background color of the TableSizeSelector’s selected item cells. This is a bindable property. |
| ItemBorderColor | Gets or sets the width of the TableSizeSelector’s item cells. This is a bindable property. |
| SelectedItemBorderColor | Gets or sets the border color of the TableSizeSelector’s selected item cells. This is a bindable property. |
| ItemBorderThickness | Gets or sets the height of the TableSizeSelector’s item cells. This is a bindable property. |
| SelectedItemBorderThickness | Gets or sets the border thickness of the TableSizeSelector’s selected item cells. This is a bindable property. |
| ItemCornerRadius | Gets or sets the corner radius of the TableSizeSelector’s item cells. This is a bindable property. |
| SelectedItemCornerRadius | Gets or sets the corner radius of the TableSizeSelector’s selected item cells. This is a bindable property. |
Implements
Show 14 items
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
Inheritance
System.Object
BindableObject
Element
NavigableElement
VisualElement
View
DevExpress.Maui.Core.Internal.DXViewElement
DevExpress.Maui.Core.Internal.DXViewBaseCore
DXViewBase
TableSizeSelector
See Also