FilterableAttribute::Filterable Property
Gets a value indicating whether the property to which the FilterableAttribute attribute is applied supports device filtering.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue 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 ASP.NET Mobile Web Controls 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.