Class PropertyFilter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class PropertyFilter : Filter
Constructors
PropertyFilter()
Declaration
public PropertyFilter()
PropertyFilter(IEnumerable<RadProperty>)
Declaration
public PropertyFilter(IEnumerable<RadProperty> properties)
Parameters
System.Collections.Generic.IEnumerable<RadProperty>
properties
|
Fields
AppearanceFilter
BehaviorFilter
BorderPrimitiveFilter
ExcludeFilter
FillPrimitiveFilter
ImagePrimitiveFilter
LayoutFilter
TextPrimitiveFilter
Properties
AvailableProperties
Declaration
public Dictionary<int, RadProperty> AvailableProperties { get; }
Property Value
System.Collections.Generic.Dictionary<System.Int32, RadProperty>
|
Methods
AddPropertiesDeclaredByType(Dictionary<Int32, RadProperty>, Type)
Declaration
public static void AddPropertiesDeclaredByType(Dictionary<int, RadProperty> properties, Type type)
Parameters
System.Collections.Generic.Dictionary<System.Int32, RadProperty>
properties
|
System.Type
type
|
GetPropertiesDeclaredByType(Type)
Declaration
public static IEnumerable<RadProperty> GetPropertiesDeclaredByType(Type type)
Parameters
System.Type
type
|
Returns
System.Collections.Generic.IEnumerable<RadProperty>
|
Match(Object)
Declaration
public override bool Match(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|