Class SfRibbonTab
Represents class for RibbonTab
Inheritance
Implements
Namespace: Syncfusion.UI.Xaml.Controls.SfRibbon
Assembly: Syncfusion.SfRibbon.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfRibbonTab : ItemsControl, IDisposable
  Constructors
SfRibbonTab()
Initializes a new instance of the SfRibbonTab class
Declaration
public SfRibbonTab()
  Fields
CaptionProperty
Using a DependencyProperty as the backing store for Title. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CaptionProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
HeaderProperty
Using a DependencyProperty as the backing store for Header. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty HeaderProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
IsCheckedProperty
Using a DependencyProperty as the backing store for IsChecked. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsCheckedProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
ItemsSourcePathProperty
Using a DependencyProperty as the backing store for ItemsSourcePath. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ItemsSourcePathProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
SelectedForegroundProperty
Using a DependencyProperty as the backing store for SelectedForeground. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SelectedForegroundProperty
  Field Value
| Type | 
|---|
| Windows.UI.Xaml.DependencyProperty | 
Properties
Caption
Gets or sets the Caption.
Declaration
[ClassReference(IsReviewed = false)]
public object Caption { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Object | The default value is string.Empty  | 
      
Header
Gets or sets the Header.
Declaration
[ClassReference(IsReviewed = false)]
public string Header { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is string.Empty  | 
      
IsChecked
Gets or sets a value indicating whether the IsChecked.
Declaration
[ClassReference(IsReviewed = false)]
public bool IsChecked { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | The default value is false.  | 
      
ItemsSourcePath
Gets or sets the ItemsSourcePath.
Declaration
[ClassReference(IsReviewed = false)]
public string ItemsSourcePath { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null.  | 
      
SelectedForeground
Gets or sets the SelectedForeground.
Declaration
[ClassReference(IsReviewed = false)]
public Brush SelectedForeground { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Windows.UI.Xaml.Media.Brush | The default value is Blue.  | 
      
Methods
Dispose()
dispose method
Declaration
public void Dispose()
  Dispose(Boolean)
Method for dispose
Declaration
protected virtual void Dispose(bool disposing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | disposing parameter  | 
      
OnBackgroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when the value of the Background property changes.
Declaration
protected static void OnBackgroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.DependencyObject | obj | Dependency Object  | 
      
| Windows.UI.Xaml.DependencyPropertyChangedEventArgs | args | Dependency Property Changed Event parameter  | 
      
OnDoubleTapped(DoubleTappedRoutedEventArgs)
Called when the DoubleTap interaction occurs over the area of this element.
Declaration
protected override void OnDoubleTapped(DoubleTappedRoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs | e | Double Tapped Routed Event parameter  | 
      
OnForegroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when the value of the Foreground property changed
Declaration
protected static void OnForegroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.DependencyObject | obj | Dependency Object  | 
      
| Windows.UI.Xaml.DependencyPropertyChangedEventArgs | args | Dependency Property Changed Event parameter  | 
      
OnIsCheckedChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when the value of the IsChecked property changed
Declaration
protected static void OnIsCheckedChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.DependencyObject | obj | Dependency Object  | 
      
| Windows.UI.Xaml.DependencyPropertyChangedEventArgs | args | Dependency Property Changed Event parameter  | 
      
OnPointerEntered(PointerRoutedEventArgs)
Called when a pointer enters the area of this element.
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer Routed Event parameter  | 
      
OnPointerExited(PointerRoutedEventArgs)
Called when a pointer leaves the area of this element.
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer Routed Event parameter  | 
      
OnPointerPressed(PointerRoutedEventArgs)
Called when the pointer device initiates a Press action within this element.
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer Routed Event parameter  | 
      
OnSelectedForegroundChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Called when the Selected Foreground is changed
Declaration
protected static void OnSelectedForegroundChanged(DependencyObject obj, DependencyPropertyChangedEventArgs args)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Windows.UI.Xaml.DependencyObject | obj | Dependency Object  | 
      
| Windows.UI.Xaml.DependencyPropertyChangedEventArgs | args | Dependency Property Changed Event parameter  |