ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / CustomPropertyInfo Class / Attributes Property

In This Topic
    Attributes Property
    In This Topic
    Gets the attributes for this property.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Attributes As PropertyAttributes
    public override PropertyAttributes Attributes {get;}

    Property Value

    Attributes of this property.
    See Also