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
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 |
---|---|
Max |
Gets or sets the maximum number of columns. This is a bindable property. |
Max |
Gets or sets the maximum number of rows. This is a bindable property. |
Selected |
Gets or sets the number of the Table |
Selected |
Gets or sets the number of the Table |
#Item Appearance
Use the following properties to customize a TableSizeSelector’s item appearance:
Property | Description |
---|---|
Item |
Gets or sets the border thickness of the Table |
Item |
Gets or sets the border color of the Table |
Item |
Gets or sets the background color of the Table |
Item |
Gets or sets the spacing between the Table |
Selected |
Gets or sets the background color of the Table |
Item |
Gets or sets the width of the Table |
Selected |
Gets or sets the border color of the Table |
Item |
Gets or sets the height of the Table |
Selected |
Gets or sets the border thickness of the Table |
Item |
Gets or sets the corner radius of the Table |
Selected |
Gets or sets the corner radius of the Table |