Skip to main content
A newer version of this page is available. .

MVCxSpreadsheetFormsSettings Members

Contains settings that are specific to customizable versions of the Spreadsheet‘s built-in dialogs.

Constructors

Name Description
MVCxSpreadsheetFormsSettings() Initializes a new instance of the MVCxSpreadsheetFormsSettings class with default settings.
MVCxSpreadsheetFormsSettings(IPropertiesOwner) Initializes a new instance of the MVCxSpreadsheetFormsSettings class with the specified owner.

Properties

Name Description
ChangeChartTypeFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Change Chart Type dialog‘s form.
ChangeChartTypeFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Change chart type dialog. Inherited from SpreadsheetFormsSettings.
ChartChangeHorizontalAxisTitleFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Change Chart Horizontal Axis Title dialog‘s form.
ChartChangeHorizontalAxisTitleFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Change horizontal axis title dialog. Inherited from SpreadsheetFormsSettings.
ChartChangeTitleFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Change Chart Title dialog‘s form.
ChartChangeTitleFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Change chart title dialog. Inherited from SpreadsheetFormsSettings.
ChartChangeVerticalAxisTitleFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Change Chart Vertical Axis Title dialog‘s form.
ChartChangeVerticalAxisTitleFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Change vertical axis title dialog. Inherited from SpreadsheetFormsSettings.
ChartSelectDataFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Select Chart Data Source dialog‘s form.
ChartSelectDataFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Select data source dialog. Inherited from SpreadsheetFormsSettings.
ColumnWidthFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Column Width dialog‘s form.
ColumnWidthFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Column width dialog. Inherited from SpreadsheetFormsSettings.
DefaultColumnWidthFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Standard Column Width dialog‘s form.
DefaultColumnWidthFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Standard column width dialog. Inherited from SpreadsheetFormsSettings.
FindAndReplaceFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Find dialog‘s form.
FindAndReplaceFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Find dialog. Inherited from SpreadsheetFormsSettings.
InsertLinkFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Insert Hyperlink dialog‘s form.
InsertLinkFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Insert Link dialog. Inherited from SpreadsheetFormsSettings.
InsertPictureFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Insert Image dialog‘s form.
InsertPictureFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customizable version of the built-in Insert Picture dialog. Inherited from SpreadsheetFormsSettings.
ModifyChartLayoutFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Chart Layouts dialog‘s form.
ModifyChartLayoutFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Chart layouts dialog. Inherited from SpreadsheetFormsSettings.
ModifyChartStyleFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Chart Styles dialog‘s form.
ModifyChartStyleFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Chart styles dialog. Inherited from SpreadsheetFormsSettings.
OpenFileFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Open Spreadsheet File dialog‘s form.
OpenFileFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customizable version of the built-in Open File dialog. Inherited from SpreadsheetFormsSettings.
RenameSheetFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Rename Sheet dialog‘s form.
RenameSheetFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customizable version of the built-in Rename Sheet dialog. Inherited from SpreadsheetFormsSettings.
RowHeightFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Row Height dialog‘s form.
RowHeightFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Row height dialog. Inherited from SpreadsheetFormsSettings.
SaveFileFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Save Spreadsheet File dialog‘s form.
SaveFileFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customizable version of the built-in Save File dialog. Inherited from SpreadsheetFormsSettings.
UnhideSheetFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Unhide Sheet dialog‘s form.
UnhideSheetFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Unhide sheet dialog. Inherited from SpreadsheetFormsSettings.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified PropertiesBase object to the current object. Inherited from PropertiesBase.
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.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also