Skip to main content

SpreadsheetFormsSettings Members

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

Constructors

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

Properties

Name Description
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.
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.
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.
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.
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.
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.
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.
FindAndReplaceFormPath Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Find dialog.
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.
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.
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.
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.
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.
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.
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.
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.
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.

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