Class SegmentItemsControl
Represents a control that can be used to present a collection of items in the SfSegmentedControl.
Inheritance
System.Object
SegmentItemsControl
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class SegmentItemsControl : ItemsControl
Constructors
SegmentItemsControl()
Declaration
public SegmentItemsControl()
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given SfSegmentedItem.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyObject | Returns the container instance of SfSegmentedItem. |