DataPager.Attributes Property

Definition

Gets a collection of custom attribute name/value pairs for the DataPager control.

public:
 property System::Web::UI::AttributeCollection ^ Attributes { System::Web::UI::AttributeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.AttributeCollection Attributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Attributes : System.Web.UI.AttributeCollection
Public ReadOnly Property Attributes As AttributeCollection

Property Value

A collection of custom attribute name/value pairs.

Attributes

Remarks

Use the Attributes collection to manage the attribute name/value pairs that are declared in the opening tag of the DataPager control, but that are not directly supported by the class. You can programmatically add or remove attributes to the collection.

Applies to

See also