ASP.NET Pack Programmer's Guide
ItemStyle Constructor (StateBag)
See Also
 





Initializes a new instance of the ItemStyle class with property values taken from the specified StateBag object.

Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public ItemStyle (
    StateBag bag
)

Visual Basic  Copy Code

Public New ( _
    bag As StateBag _
)

 Parameters

bag

Type: StateBag
A System.Web.UI.StateBag object that provides values for the ItemStyle properties.

 See Also

ItemStyle Constructor Overload List
ItemStyle Class
MindFusion.Scheduling Namespace