ColumnProvider::Attributes Property

.NET Framework (current version)
 

Gets the attributes that are defined for the column that is represented by this provider.

Namespace:   System.Web.DynamicData.ModelProviders
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

public:
property AttributeCollection^ Attributes {
	virtual AttributeCollection^ get();
}

Property Value

Type: System.ComponentModel::AttributeCollection^

The attribute collection.

.NET Framework
Available since 4.0
Return to top
Show: