名前 | 解説 | |
---|---|---|
PivotGrid コンストラクタ | Creates one PivotGrid instance. |
PivotGridデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
PivotGrid コンストラクタ | Creates one PivotGrid instance. |
名前 | 解説 | |
---|---|---|
AllowMerging | オーバーライドされます。 Gets or sets which parts of the grid provide cell merging. | |
AllowResizing | Gets or sets whether users are allowed to resize rows and/or columns with the mouse. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
AlternatingRowStep | オーバーライドされます。 Gets or sets a value that determines the number of regular rows between 'alternating' rows. | |
AnchorCursor | Gets or sets a value that determines whether extending selections with the mouse or keyboard should change the start (cursor) or the end of the current selection. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
AutoRowHeights | Gets or sets a value that determines whether the grid should automatically resize the rows when the data or grid layout change. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
AutoScroll | Gets or sets a value that determines whether the grid should automatically scroll its contents while users drag rows or columns into new positions. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
AutoSearch | Gets or sets a value that determines whether the grid should search for cells as the users types into read-only cells. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
AutoSizeMode | Gets or sets which cells should be taken into account when auto-sizing a row or column. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
BigCheckboxes | Gets or sets a value that determines whether the checkboxes used to edit boolean columns should extend to cover the whole cell width. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
CaseSensitiveSearch | Gets or sets a value that determines whether searches performed while the user types should case-sensitive. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
CellsTemplate | Gets the templates for the content cells. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
CenterHeadersVertically | Gets or sets a value that determines whether the content of header cells should be vertically centered. | |
CloneFrozenCells | Gets or sets a value that determines whether the FlexGrid should clone frozen cells and show them in a separate element to improve perceived performance while scrolling. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
CollapsibleSubtotals | Gets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups of rows and columns. | |
ColumnHeadersTemplate | Gets the templates applied in the column header cells. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
Components | Gets the child components. C1.Web.Mvc.Componentから継承されます。 | |
CopyHeaders | Gets or sets copied header cells when copying the content to the clipboard. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
CssClass | Gets or sets the css class of the control. C1.Web.Mvc.Controlから継承されます。 | |
CssStyles | Gets the CSS style applied in the control. C1.Web.Mvc.Controlから継承されます。 | |
CustomContextMenu | Gets or sets a value that determines whether the grid should provide a custom context menu. | |
DefaultColumnSize | Gets or sets the default size of columns in the column collection. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
DefaultRowSize | Gets or sets the default size of rows in the row collection. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
DefaultTypeWidth | Gets the static object that defines the default width for auto-generated grid columns based on their types. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
ErrorTip | Gets the error tooltip of FlexGrid. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
ExpandSelectionOnCopyPaste | Gets or sets a value that determines whether the grid should automatically expand the selection to include cells in merged ranges when copying or pasting content to/from the clipboard. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
Extenders | Gets the extender collection. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
FrozenColumns | Gets or sets the number of frozen columns. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
FrozenRows | Gets or sets the number of frozen columns. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
HeadersVisibility | Gets or sets a value that determines whether the row and column headers are visible. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
HeaderTemplate | C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
Height | Gets or sets the height of the control. C1.Web.Mvc.Controlから継承されます。 | |
HtmlAttributes | Gets the HTML attributes. C1.Web.Mvc.Controlから継承されます。 | |
Id | Gets or sets the component id. C1.Web.Mvc.Componentから継承されます。 | |
IsDisabled | Gets or sets a value that determines whether the control is disabled. C1.Web.Mvc.Controlから継承されます。 | |
IsReadOnly | オーバーライドされます。 Gets or sets a value that determines whether the user can modify cell values using the mouse and keyboard. Default value is True. | |
IsTemplate | Gets or sets a boolean value which indicates whether transfer this control to template mode. C1.Web.Mvc.Controlから継承されます。 | |
ItemFormatter | Gets or sets a formatter function used to customize cells on this grid. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
ItemsSourceId | オーバーライドされます。 Gets or sets the id of the source. | |
ItemValidator | Gets or sets a validator function to determine whether cells contain valid data. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
KeyActionEnter | Gets or sets the action to perform when the ENTER key is pressed. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
KeyActionTab | Gets or sets the action to perform when the TAB key is pressed. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
LazyRender | Gets or sets whether the grid should skip rendering cells that were updated in the last render cycle. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientAutoSizedColumn | Occurs after the user auto-sizes a column by double-clicking the right edge of a column header cell. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientAutoSizedRow | Occurs after the user auto-sizes a row by double-clicking the bottom edge of a row header cell. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientAutoSizingColumn | Occurs before the user auto-sizes a column by double-clicking the right edge of a column header cell. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientAutoSizingRow | Occurs before the user auto-sizes a row by double-clicking the bottom edge of a row header cell. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientFormatItem | Occurs when an element representing a cell has been created. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientGotFocus | Occurs when the control gets the focus. C1.Web.Mvc.Controlから継承されます。 | |
OnClientItemsSourceChanged | Occurs after the grid has been bound to a new items source. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientItemsSourceChanging | Occurs after the grid has been bound to a new items source. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientLoadedRows | Occurs after the grid rows have been bound to the data source. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientLoadingRows | Occurs before the grid rows are bound to the data source. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientLostFocus | Occurs when the control loses the focus. C1.Web.Mvc.Controlから継承されます。 | |
OnClientPinnedColumn | Occurs as columns are pinned. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientPinningColumn | Occurs as columns are pinning. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientRefreshed | Occurs after the control has refreshed its contents. C1.Web.Mvc.Controlから継承されます。 | |
OnClientRefreshing | Occurs when the control is about to refresh its contents. C1.Web.Mvc.Controlから継承されます。 | |
OnClientResizedColumn | Occurs when the user finishes resizing a column. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientResizedRow | Occurs when the user finishes resizing rows. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientResizingColumn | Occurs as columns are resized. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientResizingRow | Occurs as rows are resized. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientScrollPositionChanged | Occurs after the control has scrolled. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientSelectionChanged | Occurs after selection changes. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientSelectionChanging | Occurs before selection changes. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientSortedColumn | Occurs after the user applies a sort by clicking on a column header. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientSortingColumn | Occurs before the user applies a sort by clicking on a column header. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientUpdatedLayout | Occurs after the grid has updated its internal layout. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientUpdatedView | Occurs when the grid finishes creating/updating the elements that make up the current view. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientUpdatingLayout | Occurs before the grid updates its internal layout. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OnClientUpdatingView | Occurs when the grid starts creating/updating the elements that make up the current view. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
OutlineMode | Gets or sets a value that determines whether the grid should display row groups in outline format, allowing for more compact displays. | |
PinningType | Gets or sets how the grid pins the column headers by clicking the icons toggles the column's frozen state C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
PreserveSelectedState | Gets or sets a value that determines whether the grid should preserve the selected state of rows when the data is refreshed. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
PreserveWhiteSpace | Gets or sets a value that determines whether the grid should keep whitespace in cells as they appear in the data or whether it should collapse the whitespace into a single space character C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
QuickAutoSize | Gets or sets a value that determines whether the grid should optimize performance over precision when auto-sizing columns. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
RefreshOnEdit | Gets or sets whether the grid should refresh all cells after a cell is edited. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
RowHeaderPath | Gets or sets the name of the property used to create row header cells. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
RowHeadersTemplate | Gets the templates applied in row header cells. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
ScrollPosition | Gets or sets the position of the grid's scrollbars. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
Selection | Gets or sets the current selection. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
SelectionMode | Gets or sets the current selection mode. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
Selector | Gets or sets the selector to macth the dom element(s) which the control is attached to. C1.Web.Mvc.Controlから継承されます。 | |
ShowColumnFieldHeaders | Gets or sets a value that determines whether the grid should display column field headers in its top-left panel. | |
ShowDetailOnDoubleClick | Gets or sets a value that determines whether the grid should show a popup containing the detail records when the user double-clicks a cell. | |
ShowDropDown | Gets or sets a value that indicates whether the grid adds drop-down buttons to the cells in columns that have the ShowDropDown property set to true. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
ShowMarquee | Gets or sets a value that indicates whether the grid should display a marquee element around the current selection. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
ShowPlaceholders | Gets or sets a value that determines whether the grid should use the column headers as placeholders when editing cells. This property only works with the grid's built-in editor. This property is not useful in IE. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
ShowRowFieldHeaders | Gets or sets a value that determines whether the grid should display row field headers in its top-left panel. | |
ShowRowFieldSort | Gets or sets a value that determines whether the grid should display sort indicators in the column headers for row fields. | |
ShowSelectedHeaders | Gets or sets a value that indicates whether the grid should add class names to indicate selected header cells. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
ShowSort | Gets or sets whether the grid should display sort indicators in the column headers. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
ShowValueFieldHeaders | Gets or sets a value that determines whether the grid should display value field headers in its content panel even when the view has a single value field and a single column field. | |
SortingType | Gets or sets how the grid sort columns by clicking the column header cells. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
SortRowIndex | Gets or sets the index of row in the column header panel that shows and changes the current sort. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
StickyHeaders | Gets or sets a value that determines whether column headers should remain when the user scrolls the window. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
TabOrder | Gets or sets a value of the tabindex attribute associated with the control. C1.Web.Mvc.Controlから継承されます。 | |
TemplateBindings | Gets the collection of the template bindings. C1.Web.Mvc.Controlから継承されます。 | |
TopLeftCellsTemplate | Gets the templates for the topleft cells. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
UniqueId | Gets a value which represents the unique id for the control. C1.Web.Mvc.Controlから継承されます。 | |
VirtualizationThresholds | Gets or sets the minimum number of rows and/or columns required to enable virtualization. C1.Web.Mvc.FlexGridBase<object>から継承されます。 | |
Width | Gets or sets the width of the control. C1.Web.Mvc.Controlから継承されます。 |
名前 | 解説 | |
---|---|---|
Render | C1.Web.Mvc.Controlから継承されます。 | |
WriteTo | Writer the process result of current instance to the writer. C1.Web.Mvc.Componentから継承されます。 |