Class ContentViewItemsControl
Inheritance
System.Object
ContentViewItemsControl
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ContentViewItemsControl : ItemsControl
Constructors
ContentViewItemsControl()
Declaration
public ContentViewItemsControl()
Fields
SelectedIndexProperty
Declaration
public static readonly DependencyProperty SelectedIndexProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
SelectedIndex
Gets / Sets the SelectedIndex for the item to be Visible.
Declaration
public int SelectedIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()