TabSheetSettings

Namespace: PP.Ui;

Inheritance hierarchy

PP.ObjectSettings

    PP.Ui.ControlSettings

        PP.Ui.TabSheetSettings

Description

The TabSheetSettings interface is used to work with the TabSheet class.

Comments

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.

Properties

  Property name Brief description
property_image.gif AdditionalExpanderOffset The AdditionalExpanderOffset property sets and returns value of the additional offset between the expander button and the text.
property_image.gif BackgroundCSS The BackgroundCSS property sets value to the "background" style for the main container.
property_image.gif CacheEnabled The CacheEnabled property enables and disables data caching by the component on working in asynchronous mode.
property_image.gif CacheSize The CacheSize property contains value of relative cache size for asynchronous mode.
property_image.gif CellAnimationColor The CellAnimationColor property determines end color of changed cell.
property_image.gif CellAnimationDuration The CellAnimationDuration property determines duration of changed cell animation.
property_image.gif CellValue The CellValue property determines table cell value.
property_image.gif ChangedStyle The ChangedStyle property returns an object that contains style of changed data.
property_image.gif ChangedStyleBehavior The ChangedStyleBehavior property returns and sets if the style of modified data is applied to edited table cells.
property_image.gif ColumnWidth The ColumnWidth property determines width of the specified table column.
property_image.gif CopyToExcelFormat The CopyToExcelFormat property determines whether data of table cell is copied to the clipboard as a table layout.
property_image.gif DisplayAccessRights The DisplayAccessRights property controls visibility of an icon that indicates access permissions for table cells.
property_image.gif DisplayFixedAreaLines The DisplayFixedAreaLines property controls visibility of the lines that separate fixed rows and columns in a table from non-fixed ones.
property_image.gif DynamicExpansion The DynamicExpansion property determines whether dynamic increase of the number of rows/columns on reaching the last filled cell is used.
property_image.gif EmulateExpanderAction The EmulateExpanderAction property sets a mode that emulates expander button operations.
property_image.gif EnableCopyPaste The EnableCopyPaste property enables or disables copy and paste operations.
property_image.gif EnableDeleteTable The EnableDeleteTable property sets and returns if it is possible to delete data of the entire asynchronous table at the same time.
property_image.gif EnableMoveObjects The EnableMoveObjects property determines whether objects can be moved.
property_image.gif EnableNativeContextMenu The EnableNativeContextMenu property determines whether it is possible to open browser context menu to work with the table.
property_image.gif EnableSelection The EnableSelection property determines whether table cells can be selected manually.
property_image.gif FilterRange The FilterRange property contains the current autofilter range.
property_image.gif FirstVisibleColumn The FirstVisibleColumn property contains index of the first visible table column, excluding fixed columns.
property_image.gif FirstVisibleRow The FirstVisibleRow property contains index of the first visible table row, excluding fixed rows.
property_image.gif FixedAreaResizeEnabled The FixedAreaResizeEnabled property determines whether cells in the fixed area can be resized.
property_image.gif FixedBehaviour The FixedBehaviour property determines whether fixed rows and columns are fully selected when the user clicks on them.
property_image.gif FixedColumn The FixedColumn property contains index of the extreme fixed table column.
property_image.gif FixedHeaders The FixedHeaders property controls fixed table headers.
property_image.gif FixedLineColor The FixedLineColor property determines color for the line that separates fixed and non-fixed rows and columns.
property_image.gif FixedRow The FixedRow property contains index of the extreme fixed table row.
property_image.gif HeadersHighlightingStyle The HeadersHighlightingStyle property determines style of selected cells' headers.
property_image.gif 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.
property_image.gif IsEditable The IsEditable property determines whether table cells are editable.
property_image.gif IsScrollBarPartial The IsScrollBarPartial property determines how the scrollbars are displayed.
property_image.gif MouseWheelScrollStep The MouseWheelScrollStep property sets the number of rows, to which the mouse wheel is scrolled.
property_image.gif MultiCellSelectionEnable The MultiCellSelectionEnable property determines whether multiple table cells can be selected.
property_image.gif PasteMode The PasteMode property determines mode for pasting data into the table.
property_image.gif PTFontSize The PTFontSize property determines whether font size is set in pixels.
property_image.gif ReturnSelectionAfterFocus The ReturnSelectionAfterFocus property determines whether it is possible to restore cell selection area after the table returns focus back.
property_image.gif RowHeight The RowHeight property returns table row height.
property_image.gif SearchResultStyle The SearchResultStyle property determines cell style from search results.
property_image.gif SelectedCellStyle The SelectedCellStyle property determines name of CSS class, which styles will be applied to the cells in table selection area.
property_image.gif SelectionBorderColor The SelectionBorderColor property determines a border color of selected table cells.
property_image.gif SelectionColor The SelectionColor property determines a fill color for selected table cells.
property_image.gif SelectionControl The SelectionControl property sets the control to be displayed on table cell selection.
property_image.gif ShowHorizontalFixedShadow The ShowHorizontalFixedShadow property determines whether a shadow should be shown under fixed rows.
property_image.gif ShowVerticalFixedShadow The ShowVerticalFixedShadow property determines whether shadow is displayed to the right of the fixed columns.
property_image.gif SmoothScrolling The SmoothScrolling property determines whether smooth scrolling is used.
property_image.gif SyncLoadClipboardData The SyncLoadClipboardData property determines whether the data is synchronously loaded if there are unloaded cells on copying.
property_image.gif UndoLength The UndoLength property determines the number of operations remembered to be undone or redone.
property_image.gif UndoRedoEnable The UndoRedoEnable property determines whether it is possible to use undo and redo commands.
property_image.gif UseNumberFormats The UseNumberFormats property determines whether number format is used in cell style on editing.
property_image.gif 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.
property_image.gif VisibleColHeaders The VisibleColHeaders property controls visibility of table column headers.
property_image.gif VisibleGrid The VisibleGrid property controls table grid visibility.
property_image.gif VisibleHeaders The VisibleHeaders property controls visibility of column and row headers.
property_image.gif VisibleNormalPictures The VisibleNormalPictures property determines whether pictures are displayed in table cells.
property_image.gif VisibleRowHeaders The VisibleRowHeaders property controls visibility of table row headers.
property_image.gif VisibleSelectionResizer The VisibleSelectionResizer property determines whether resizer for table cells selection area is displayed.
property_image.gif Zoom The Zoom property sets and returns table scale value.

Properties inherited from the PP.Ui.ControlSettings interface

  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.

Properties inherited from the PP.ObjectSettings interface

  Property name Brief description

Id

The Id property determines a repository object identifier.

See also:

Working with Table | TabSheet