MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemStyle.GetProperties Method
See Also
 





Gets the properties of this ItemStyle class as IDictionary<string, object> list.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override IDictionary<string, object> GetProperties ()

Visual Basic  Copy Code

Public Overrides Function GetProperties () As IDictionary(Of String, Object)

 Return Value

Type: IDictionary(String, Object)
An IDictionary<string, object> list that holds the name of each property and its value.

 See Also

ItemStyle Members
ItemStyle Class
MindFusion.Scheduling Namespace