Skip to main content
Tab

ASPxGridViewTextSettings.CustomizationDialogFilteringPageUniqueFilterLoadValues Property

Gets or sets the text of the “Load Items” link displayed within the Customization Dialog’s Filtering page.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string CustomizationDialogFilteringPageUniqueFilterLoadValues { get; set; }

Property Value

Type Default Description
String String.Empty

A System.String value that specifies the UI element’s text.

Property Paths

You can access this nested property as listed below:

Object Type Path to CustomizationDialogFilteringPageUniqueFilterLoadValues
ASPxGridView
.SettingsText .CustomizationDialogFilteringPageUniqueFilterLoadValues
GridViewProperties
.SettingsText .CustomizationDialogFilteringPageUniqueFilterLoadValues

Remarks

Use the CustomizationDialogFilteringPageUniqueFilterLoadValues property to specify the “Load Items” link displayed within the Customization Dialog’s Filtering page. The visibility of the Filtering page is controlled by the ASPxGridViewCustomizationDialogSettings.ShowFilteringPage property.

See Also