Skip to main content

SpreadsheetFormsSettings.FindAndReplaceFormPath Property

OBSOLETE

This property is not used any longer.

Gets or sets the path to a UserControl (an .ascx file) that is a customizable version of the built-in Find dialog.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue("")]
[Obsolete("This property is not used any longer.")]
public string FindAndReplaceFormPath { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the file name and path to a UserControl file.

Remarks

At design time, you can use the FindAndReplaceFormPath property’s editor to simplify selecting a UserControl file within your web project. To invoke the property editor, click the corresponding ellipsis button.

Note

Use this property and any other SpreadsheetFormsSettings property to refer to customizable versions of built-in dialogs. You can re-use the same dialog form throughout all ASPxSpreadsheet controls used in your project by assigning the same form path to any FindAndReplaceFormPath property.

See Also