Namespace: PP.Ui;
PP.ObjectSettings
PP.Ui.ControlSettings
PP.Ui.TabSheetSettings
The TabSheetSettings interface is used to work with the TabSheet class.
The property values are set in the TabSheet Constructor or using the set<property name> method and return using the get<property name> method. Available methods are specified in the property description.
Property name | Brief description | |
AdditionalExpanderOffset | The AdditionalExpanderOffset property sets and returns value of the additional offset between the expander button and the text. | |
BackgroundCSS | The BackgroundCSS property sets value to the "background" style for the main container. | |
CacheEnabled | The CacheEnabled property enables and disables data caching by the component on working in asynchronous mode. | |
CacheSize | The CacheSize property contains value of relative cache size for asynchronous mode. | |
CellAnimationColor | The CellAnimationColor property determines end color of changed cell. | |
CellAnimationDuration | The CellAnimationDuration property determines duration of changed cell animation. | |
CellValue | The CellValue property determines table cell value. | |
ChangedStyle | The ChangedStyle property returns an object that contains style of changed data. | |
ChangedStyleBehavior | The ChangedStyleBehavior property returns and sets if the style of modified data is applied to edited table cells. | |
ColumnWidth | The ColumnWidth property determines width of the specified table column. | |
CopyToExcelFormat | The CopyToExcelFormat property determines whether data of table cell is copied to the clipboard as a table layout. | |
DisplayAccessRights | The DisplayAccessRights property controls visibility of an icon that indicates access permissions for table cells. | |
DisplayFixedAreaLines | The DisplayFixedAreaLines property controls visibility of the lines that separate fixed rows and columns in a table from non-fixed ones. | |
DynamicExpansion | The DynamicExpansion property determines whether dynamic increase of the number of rows/columns on reaching the last filled cell is used. | |
EmulateExpanderAction | The EmulateExpanderAction property sets a mode that emulates expander button operations. | |
EnableCopyPaste | The EnableCopyPaste property enables or disables copy and paste operations. | |
EnableDeleteTable | The EnableDeleteTable property sets and returns if it is possible to delete data of the entire asynchronous table at the same time. | |
EnableMoveObjects | The EnableMoveObjects property determines whether objects can be moved. | |
EnableNativeContextMenu | The EnableNativeContextMenu property determines whether it is possible to open browser context menu to work with the table. | |
EnableSelection | The EnableSelection property determines whether table cells can be selected manually. | |
FilterRange | The FilterRange property contains the current autofilter range. | |
FirstVisibleColumn | The FirstVisibleColumn property contains index of the first visible table column, excluding fixed columns. | |
FirstVisibleRow | The FirstVisibleRow property contains index of the first visible table row, excluding fixed rows. | |
FixedAreaResizeEnabled | The FixedAreaResizeEnabled property determines whether cells in the fixed area can be resized. | |
FixedBehaviour | The FixedBehaviour property determines whether fixed rows and columns are fully selected when the user clicks on them. | |
FixedColumn | The FixedColumn property contains index of the extreme fixed table column. | |
FixedHeaders | The FixedHeaders property controls fixed table headers. | |
FixedLineColor | The FixedLineColor property determines color for the line that separates fixed and non-fixed rows and columns. | |
FixedRow | The FixedRow property contains index of the extreme fixed table row. | |
HeadersHighlightingStyle | The HeadersHighlightingStyle property determines style of selected cells' headers. | |
HorizontalExpandVolume | The HorizontalExpandVolume property determines, how many more rows (at the top and at the bottom) will be processed when executing a request to data source. | |
IsEditable | The IsEditable property determines whether table cells are editable. | |
IsScrollBarPartial | The IsScrollBarPartial property determines how the scrollbars are displayed. | |
MouseWheelScrollStep | The MouseWheelScrollStep property sets the number of rows, to which the mouse wheel is scrolled. | |
MultiCellSelectionEnable | The MultiCellSelectionEnable property determines whether multiple table cells can be selected. | |
PasteMode | The PasteMode property determines mode for pasting data into the table. | |
PTFontSize | The PTFontSize property determines whether font size is set in pixels. | |
ReturnSelectionAfterFocus | The ReturnSelectionAfterFocus property determines whether it is possible to restore cell selection area after the table returns focus back. | |
RowHeight | The RowHeight property returns table row height. | |
SearchResultStyle | The SearchResultStyle property determines cell style from search results. | |
SelectedCellStyle | The SelectedCellStyle property determines name of CSS class, which styles will be applied to the cells in table selection area. | |
SelectionBorderColor | The SelectionBorderColor property determines a border color of selected table cells. | |
SelectionColor | The SelectionColor property determines a fill color for selected table cells. | |
SelectionControl | The SelectionControl property sets the control to be displayed on table cell selection. | |
ShowHorizontalFixedShadow | The ShowHorizontalFixedShadow property determines whether a shadow should be shown under fixed rows. | |
ShowVerticalFixedShadow | The ShowVerticalFixedShadow property determines whether shadow is displayed to the right of the fixed columns. | |
SmoothScrolling | The SmoothScrolling property determines whether smooth scrolling is used. | |
SyncLoadClipboardData | The SyncLoadClipboardData property determines whether the data is synchronously loaded if there are unloaded cells on copying. | |
UndoLength | The UndoLength property determines the number of operations remembered to be undone or redone. | |
UndoRedoEnable | The UndoRedoEnable property determines whether it is possible to use undo and redo commands. | |
UseNumberFormats | The UseNumberFormats property determines whether number format is used in cell style on editing. | |
VerticalExpandVolume | The VerticalExpandVolume property determines, how many more columns (at the top and at the bottom) will be processed when executing a request to data source. | |
VisibleColHeaders | The VisibleColHeaders property controls visibility of table column headers. | |
VisibleGrid | The VisibleGrid property controls table grid visibility. | |
VisibleHeaders | The VisibleHeaders property controls visibility of column and row headers. | |
VisibleNormalPictures | The VisibleNormalPictures property determines whether pictures are displayed in table cells. | |
VisibleRowHeaders | The VisibleRowHeaders property controls visibility of table row headers. | |
VisibleSelectionResizer | The VisibleSelectionResizer property determines whether resizer for table cells selection area is displayed. | |
Zoom | The Zoom property sets and returns table scale value. |
Property name | Brief description | |
Anchors | The Anchors property determines position of the component placed within container. | |
Animation | The Animation property determines component animation parameters. | |
Bottom | The Bottom property determines a bottom margin if a component is placed inside LayoutPanel. | |
Content | The Content property determines component contents. | |
ContextMenu | The ContextMenu property determines a component's context menu. | |
Data | The Data property is used to store any custom data. | |
Enabled | The Enabled property determines whether a component can be used. | |
Height | The Height property determines component height. | |
IsRTL | The IsRTL property determines whether component elements are aligned to the right. | |
IsVisible | The IsVisible property determines whether a component is displayed. | |
Left | The Left property determines a left margin if a component is placed inside GridPanel. | |
Opacity | The Opacity property determines component transparency. | |
Parent | The Parent property determines a parent component of a control. | |
ParentNode | The ParentNode property determines a parent DOM node. | |
ResourceKey | The ResourceKey property determines a component resource key. | |
Right | The Right property determines a right margin if a component is placed inside LayoutPanel. | |
Rotate | The Rotate property determines a component rotation angle. | |
ShowToolTip | The ShowToolTip property determines whether a tooltip of the component can be displayed. | |
Style | The Style property determines a component style. | |
TabIndex | The TabIndex property determines the order of the control element passing inside the container. | |
Tag | The Tag property determines a JSON object associated with the component. | |
ToolTip | The ToolTip property determines text of component tooltip. | |
Top | The Top property determines a top margin if a component is placed inside GridPanel. | |
Value | The Value property determines a component value. | |
Width | The Width property determines component width. |
Property name | Brief description | |
The Id property determines a repository object identifier. |
See also: