Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

FilterableAttribute::Filterable Property

 

Gets a value indicating whether the property to which the FilterableAttribute attribute is applied supports device filtering.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
property bool Filterable {
	bool get();
}

Property Value

Type: System::Boolean

true to indicate that the property to which the attribute is applied supports device filtering; otherwise, false.

Use the Filterable property to determine whether the property to which the FilterableAttribute attribute is applied supports device filtering. When a property supports device filtering, you can override the value of a property for a specific device by specifying a device filter. For more information, see Customizing for Specific Devices.

The following code example demonstrates how to apply a FilterableAttribute attribute to a property of a custom control to indicate that the property does not support device filtering.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft