Skip to main content

SpreadsheetInsertLinkDialogSettings Class

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

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

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