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





Gets the properties of this Style instance as IDictionary<string, object> list.

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

 Syntax

C#  Copy Code

public virtual IDictionary<string, Object> GetProperties ()

Visual Basic  Copy Code

Public Overridable 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.

 Remarks

The method reads the values for each property identified by its name in the given IDictionary and sets them as values for the identical properties in the current Style instance. 

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace