Skip to main content

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

public class TableSizeSelector :
    DXViewBase

Remarks

DevExpress .NET MAUI HTML Edit - Insert Tables View

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.

Inheritance

Object
BindableObject
Element
NavigableElement
VisualElement
View
DevExpress.Maui.Core.Internal.DXViewBaseCore
DXViewBase
TableSizeSelector
See Also