Class ExpanderItem
Represents the ExpanderItem
Inheritance
System.Object
    ExpanderItem
  Implements
System.IDisposable
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class ExpanderItem : ContentControl, IDisposable
  Constructors
ExpanderItem()
Initializes a new instance of the ExpanderItem class.
Declaration
public ExpanderItem()
  ExpanderItem(SfCalendar)
Initializes a new instance of the ExpanderItem class.
Declaration
public ExpanderItem(SfCalendar sfCalendar)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SfCalendar | sfCalendar | The instance of calendar.  | 
      
Methods
Dispose()
Invoked to dispose the collections
Declaration
public void Dispose()
  Dispose(Boolean)
Invoked to dispose the collections
Declaration
protected virtual void Dispose(bool disposing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | Indicates whether dispose or not  | 
      
OnApplyTemplate()
Initialize all the child elements in the class
Declaration
protected override void OnApplyTemplate()
  OnTapped(TappedRoutedEventArgs)
Get the tapped Item value.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.Input.TappedRoutedEventArgs | e | The tapped routed event arguments.  | 
      
Implements
      System.IDisposable