Class ItemsSourceHelper
Class for ItemsSourceHelper
Inheritance
System.Object
ItemsSourceHelper
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
public sealed class ItemsSourceHelper : Object
Constructors
ItemsSourceHelper()
Declaration
public ItemsSourceHelper()
Fields
PropertyBindingProperty
Using a DependencyProperty as the backing store for PropertyBinding. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty PropertyBindingProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
ItemsSource
Gets or sets ItemsSource
Declaration
public Binding ItemsSource { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Data.Binding |
Methods
GetPropertyBinding(DependencyObject)
Used to Get the Value of the Property
Declaration
public static ItemsSourceHelper GetPropertyBinding(DependencyObject obj)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DependencyObject | obj | Dependency Object |
Returns
Type | Description |
---|---|
ItemsSourceHelper | returns Items Source Helper |
SetPropertyBinding(DependencyObject, ItemsSourceHelper)
Used to bind the Property to the Value
Declaration
public static void SetPropertyBinding(DependencyObject obj, ItemsSourceHelper value)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.DependencyObject | obj | Dependency Object |
ItemsSourceHelper | value | Items Source Helper |