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

    Public Constructors
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Specifies that a property will not be represented at design time in the Grid Designer. This static field is read-only.  
    Public Fieldstatic (Shared in Visual Basic)Specifies that a property will be represented at design time in the Grid Designer. This static field is read-only.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a boolean value indicating if the property should be represented in the Grid Designer.  
    Public Property (Inherited from System.Attribute)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Public Method (Inherited from System.Attribute)
    Top
    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