Represents a collection of NestedPropertySetter objects
used to define values for nested properties in XAML.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [BrowsableAttribute(false)] public NestedPropertySetterCollection NestedSetters { get; } |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ <BrowsableAttribute(False)> _ Public ReadOnly Property NestedSetters As NestedPropertySetterCollection Get |
Remarks
This collection is primarily designed to provide a design-time serialization
of the DataStorage settings.
XAML doesn't provide an ability to assign a value to a nested property. Meanwhile an object model of DataStorage is a nested by its nature. So to work around this limitation the NestedSetters is introduced.