PivotGridWebOptionsCustomization Members
Provides customization options for an ASPxPivotGrid control.Constructors
Name | Description |
---|---|
PivotGridWebOptionsCustomization(IViewBagOwner, String) | Initializes a new instance of the PivotGridWebOptionsCustomization class with specified settings. |
Properties
Name | Description |
---|---|
AllowCustomizationForm | Gets or sets whether end-users are allowed to invoke the Customization Form. Inherited from PivotGridOptionsCustomization. |
AllowCustomizationWindowResizing | Gets or sets whether to allow end-users to resize the Customization Form. |
AllowDrag | Gets or sets whether end-users are allowed to drag field headers. Inherited from PivotGridOptionsCustomization. |
AllowDragInCustomizationForm | Gets or sets whether end-users are allowed to drag field headers between areas in the Customization Form. Inherited from PivotGridOptionsCustomization. |
AllowExpand | Gets or sets whether end-users are allowed to expand/collapse rows or columns that correspond to the current field. Inherited from PivotGridOptionsCustomization. |
AllowExpandOnDoubleClick | Gets or sets whether field values are expanded/collapsed on a double click. Inherited from PivotGridOptionsCustomization. |
AllowFilter | Gets or sets whether filter buttons are displayed within field headers. Inherited from PivotGridOptionsCustomization. |
AllowFilterBySummary | Gets or sets whether end-users are allowed to filter pivot grid data by summaries. Inherited from PivotGridOptionsCustomization. |
AllowFilterInCustomizationForm | Gets or sets whether filtering can be applied to fields via the Customization Form. Inherited from PivotGridOptionsCustomization. |
AllowSort | Gets or sets whether end-users can change the sort order of fields. Inherited from PivotGridOptionsCustomization. |
AllowSortBySummary | Gets or sets whether end-users can sort row field values by column values, and column field values by row values. Inherited from PivotGridOptionsCustomization. |
AllowSortInCustomizationForm | Gets or sets whether the sort order of field values can be toggled via the Customization Form. Inherited from PivotGridOptionsCustomization. |
CustomizationExcelWindowHeight | Gets or sets the height of the Customization Form, when it is painted in the Excel2007 style. |
CustomizationExcelWindowWidth | Gets or sets the width of the Customization Form, when it is painted in the Excel2007 style. |
CustomizationFormAllowedLayouts | Gets or sets which layouts can be applied to the Customization Form when it is painted in Excel2007 style. Inherited from PivotGridOptionsCustomization. |
CustomizationFormLayout | Gets or sets the customization form’s layout when it is painted in Excel2007 style. Inherited from PivotGridOptionsCustomization. |
CustomizationFormStyle | Gets or sets the Customization Form‘s style. Inherited from PivotGridOptionsCustomization. |
CustomizationWindowHeight | Gets or sets the height of the Customization Form, when it is painted in the Simple style. |
CustomizationWindowWidth | Gets or sets the width of the Customization Form, when it is painted in the Simple style. |
DeferredUpdates | Gets or sets whether dragging fields within the Customization Form (when it’s painted using the Excel2007 style) immediately updates the layout of fields in the PivotGrid control. Inherited from PivotGridOptionsCustomization. |
FilterPanelVisible | Indicates whether the Filter Panel is visible. Inherited from PivotGridOptionsCustomization. |
FilterPopupWindowHeight | Gets or sets the filter window‘s height. |
FilterPopupWindowMinHeight | Gets or sets the minimum allowed filter window height. |
FilterPopupWindowMinWidth | Gets or sets the minimum allowed filter window width. |
FilterPopupWindowResizeMode | Gets or sets how a filter popup window visually responds to resizing operations. |
FilterPopupWindowWidth | Gets or sets the filter window width. |
Methods
Name | Description |
---|---|
Assign(BaseOptions) | Copies all the settings from the options object passed as the parameter to the current object. Inherited from PivotGridOptionsBase. |
BeginUpdate() | Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions. |
CancelUpdate() | Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions. |
EndUpdate() | Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Resets all options to their default values. Inherited from BaseOptions. |
ShouldSerialize() | Tests whether the PivotGridOptionsBase object should be persisted. Inherited from PivotGridOptionsBase. |
ToString() | Returns a string representing the currently enabled options. Inherited from BaseOptions. |
Events
Name | Description |
---|---|
OptionsChanged | For internal use. Inherited from PivotGridOptionsBase. |
See Also