Class SfGroupBarItem
Implements a selectable item inside a SfGroupBarItem
Implements
Inherited Members
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfGroupBar.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public class SfGroupBarItem : HeaderedContentControl, IDisposable
Remarks
The SfGroupBarItem is a HeaderedContentControl.
Constructors
SfGroupBarItem()
Initializes a new instance of the SfGroupBarItem class.
Declaration
[ClassReference(IsReviewed = false)]
public SfGroupBarItem()
Fields
CollapsedTemplateProperty
Using a DependencyProperty as the backing store for CollapsedTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty CollapsedTemplateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DefaultTemplateProperty
Using a DependencyProperty as the backing store for DefaultTemplate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DefaultTemplateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ImagePathProperty
Using a DependencyProperty as the backing store for ImagePath. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ImagePathProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsSelectedProperty
Using a DependencyProperty as the backing store for IsSelected. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
CollapsedTemplate
Gets or sets the CollapsedTemplate.
Declaration
[ClassReference(IsReviewed = false)]
public ControlTemplate CollapsedTemplate { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Controls.ControlTemplate | The default value is null. |
DefaultTemplate
Gets or sets the DefaultTemplate.
Declaration
[ClassReference(IsReviewed = false)]
public ControlTemplate DefaultTemplate { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Controls.ControlTemplate | The default value is null. |
ImagePath
Gets or sets the ImagePath.
Declaration
[ClassReference(IsReviewed = false)]
public object ImagePath { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The default value is null. |
IsSelected
Gets or sets the IsSelected.
Declaration
[ClassReference(IsReviewed = false)]
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false. |
Methods
Dispose()
To clear unused objects
Declaration
public void Dispose()
Dispose(Boolean)
To remove all the instance which is used in SfAccordion
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnApplyTemplate()
Initializes all the child elements of SfGroupBarItem control.
Declaration
protected override void OnApplyTemplate()
OnPointerEntered(PointerRoutedEventArgs)
Occurs when the pointer enters GroupBarItem
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e |
OnPointerExited(PointerRoutedEventArgs)
Occurs when the pointer exits GroupBarItem.
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e |
OnPointerReleased(PointerRoutedEventArgs)
Occurs when the pointer is released from GroupBarItem
Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Windows.UI.Xaml.Input.PointerRoutedEventArgs | e |