Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / ApplyToDesignerAttribute Class
Members


In This Topic
    ApplyToDesignerAttribute Class
    In This Topic
    Specifies whether the property this attribute is bound to must also be represented in the Grid Designer. If this attribute is not set, false is assumed.
    Syntax
    'Declaration
     
    <AttributeUsageAttribute(AttributeTargets.Property, 
       Inherited=True, 
       AllowMultiple=False)>
    Public NotInheritable Class ApplyToDesignerAttribute 
       Inherits System.Attribute
    'Usage
     
    Dim instance As ApplyToDesignerAttribute
    [AttributeUsage(AttributeTargets.Property, 
       Inherited=true, 
       AllowMultiple=false)]
    public sealed class ApplyToDesignerAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Xceed.Grid.ApplyToDesignerAttribute

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also