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

SpreadsheetInsertLinkDialogSettings Class

Contains customization settings for the Insert Link dialog’s form elements.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v18.2.dll

Declaration

public class SpreadsheetInsertLinkDialogSettings :
    ASPxSpreadsheetSettingsBase

The following members return SpreadsheetInsertLinkDialogSettings objects:

Remarks

The SpreadsheetInsertLinkDialogSettings class contains settings that allow you to customize the availability of elements within the Insert Link dialog form.

An instance of the SpreadsheetInsertLinkDialogSettings class can be accessed using the SpreadsheetDialogSettings.InsertLinkDialog property available via the ASPxSpreadsheet.SettingsDialogs property.

Inheritance

See Also