ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearFilterAttribute Class
Members




In This Topic
    ImGearFilterAttribute Class
    In This Topic
    Provides filtering properties for the PropertyGrid.
    Object Model
    ImGearFilterAttribute Class
    Syntax
    'Declaration
     
    <AttributeUsageAttribute(AttributeTargets.All)>
    Public Class ImGearFilterAttribute 
       Inherits System.Attribute
    'Usage
     
    Dim instance As ImGearFilterAttribute
    [AttributeUsage(AttributeTargets.All)]
    public class ImGearFilterAttribute : System.Attribute 
    [AttributeUsage(AttributeTargets.All)]
    public __gc class ImGearFilterAttribute : public System.Attribute 
    [AttributeUsage(AttributeTargets.All)]
    public ref class ImGearFilterAttribute : public System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          ImageGear.WPF.ImGearFilterAttribute

    See Also