Back to Devexpress

TableSizeSelector Class

maui-devexpress-dot-maui-dot-htmleditor-ae7de4d0.md

latest6.2 KB
Original Source

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

csharp
[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:

PropertyDescription
MaxColumnCountGets or sets the maximum number of columns. This is a bindable property.
MaxRowCountGets or sets the maximum number of rows. This is a bindable property.
SelectedColumnCountGets or sets the number of the TableSizeSelector’s selected columns. This is a bindable property.
SelectedRowCountGets 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:

PropertyDescription
ItemHeightGets or sets the border thickness of the TableSizeSelector’s item cells. This is a bindable property.
ItemWidthGets or sets the border color of the TableSizeSelector’s item cells. This is a bindable property.
ItemSpacingGets or sets the background color of the TableSizeSelector’s item cells. This is a bindable property.
ItemBackgroundColorGets or sets the spacing between the TableSizeSelector’s item cells. This is a bindable property.
SelectedItemBackgroundColorGets or sets the background color of the TableSizeSelector’s selected item cells. This is a bindable property.
ItemBorderColorGets or sets the width of the TableSizeSelector’s item cells. This is a bindable property.
SelectedItemBorderColorGets or sets the border color of the TableSizeSelector’s selected item cells. This is a bindable property.
ItemBorderThicknessGets or sets the height of the TableSizeSelector’s item cells. This is a bindable property.
SelectedItemBorderThicknessGets or sets the border thickness of the TableSizeSelector’s selected item cells. This is a bindable property.
ItemCornerRadiusGets or sets the corner radius of the TableSizeSelector’s item cells. This is a bindable property.
SelectedItemCornerRadiusGets or sets the corner radius of the TableSizeSelector’s selected item cells. This is a bindable property.

Implements

Show 14 items

INotifyPropertyChanged

IAnimatable

Microsoft.Maui.Controls.ITabStopElement

IViewController

IVisualElementController

IElementController

IGestureController

IGestureRecognizers

IPropertyMapperView

IHotReloadableView

IView

Microsoft.Maui.IFrameworkElement

ITransform

IReplaceableView

Inheritance

System.Object BindableObject Element NavigableElement VisualElement View DevExpress.Maui.Core.Internal.DXViewElement DevExpress.Maui.Core.Internal.DXViewBaseCore DXViewBase TableSizeSelector

Extension Methods

Yield<TableSizeSelector>()

YieldIfNotNull<TableSizeSelector>()

See Also

TableSizeSelector Members

DevExpress.Maui.HtmlEditor Namespace