WebZone::PartStyle Property
Gets style characteristics that apply to the border and contents of each Web Parts control contained by a zone.
Assembly: System.Web (in System.Web.dll)
public: [PersistenceModeAttribute(PersistenceMode::InnerProperty)] property TableStyle^ PartStyle { TableStyle^ get(); }
Property Value
Type: System.Web.UI.WebControls::TableStyle^A TableStyle that contains style attributes for the Web Parts controls in the zone.
The style attributes apply to the border and contents of every Web Parts control in a zone. This property is read-only; however, you can set the properties of the TableStyle object it returns. This property enables you to provide a consistent style for the contents of all the controls a zone contains.
The following code example demonstrates the use of the PartStyle property. Note that in the zone referenced in the declarative markup, there is an <asp:calendar> element and an <asp:literal> element, with both controls acting as Web Parts controls at run time because they are in a zone. After the user clicks a date on the calendar control, the page programmatically uses the PartStyle property to change the background color of all part controls in the zone to red.
Available since 2.0