Class RadSegmentedControl
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadSegmentedControl : RadControl
Constructors
RadSegmentedControl()
Declaration
public RadSegmentedControl()
Fields
DisplayMemberPathProperty
Declaration
public static readonly DependencyProperty DisplayMemberPathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemCommandProperty
Declaration
public static readonly DependencyProperty ItemCommandProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemContainerStyleProperty
Declaration
public static readonly DependencyProperty ItemContainerStyleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemContainerStyleSelectorProperty
Declaration
public static readonly DependencyProperty ItemContainerStyleSelectorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemTemplateProperty
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ItemTemplateSelectorProperty
Declaration
public static readonly DependencyProperty ItemTemplateSelectorProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SegmentWidthModeProperty
Declaration
public static readonly DependencyProperty SegmentWidthModeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SelectedIndexProperty
Declaration
public static readonly DependencyProperty SelectedIndexProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SelectedItemProperty
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SelectedValuePathProperty
Declaration
public static readonly DependencyProperty SelectedValuePathProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SelectedValueProperty
Declaration
public static readonly DependencyProperty SelectedValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SeparatorBrushProperty
Declaration
public static readonly DependencyProperty SeparatorBrushProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
SeparatorWidthProperty
Declaration
public static readonly DependencyProperty SeparatorWidthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AnimationLayer
Declaration
public Canvas AnimationLayer { get; }
Property Value
|
Microsoft.UI.Xaml.Controls.Canvas
|
DisplayMemberPath
Declaration
public string DisplayMemberPath { get; set; }
Property Value
|
System.String
|
ItemCommand
Declaration
public ICommand ItemCommand { get; set; }
Property Value
|
System.Windows.Input.ICommand
|
ItemContainerStyle
Declaration
public Style ItemContainerStyle { get; set; }
Property Value
|
Microsoft.UI.Xaml.Style
|
ItemContainerStyleSelector
Declaration
public StyleSelector ItemContainerStyleSelector { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.StyleSelector
|
Items
Declaration
public IList<object> Items { get; }
Property Value
|
System.Collections.Generic.IList<System.Object>
|
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
|
System.Collections.IEnumerable
|
ItemTemplate
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
ItemTemplateSelector
Declaration
public DataTemplateSelector ItemTemplateSelector { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.DataTemplateSelector
|
SegmentWidthMode
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
|
System.Int32
|
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
|
System.Object
|
SelectedValue
Declaration
public object SelectedValue { get; set; }
Property Value
|
System.Object
|
SelectedValuePath
Declaration
public string SelectedValuePath { get; set; }
Property Value
|
System.String
|
SeparatorBrush
Declaration
public Brush SeparatorBrush { get; set; }
Property Value
|
Microsoft.UI.Xaml.Media.Brush
|
SeparatorWidth
Declaration
public double SeparatorWidth { get; set; }
Property Value
|
System.Double
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
|
System.Boolean
|
Overrides
IsSegmentEnabled(Int32)
Declaration
public bool IsSegmentEnabled(int index)
Parameters
|
System.Int32
index
|
Returns
|
System.Boolean
|
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
OnIsEnabledChanged(Boolean, Boolean)
Declaration
protected override void OnIsEnabledChanged(bool newValue, bool oldValue)
Parameters
|
System.Boolean
newValue
|
|
System.Boolean
oldValue
|
Overrides
OnTemplateApplied()
SetSegmentEnabled(Int32, Boolean)
Declaration
public void SetSegmentEnabled(int index, bool isEnabled)
Parameters
|
System.Int32
index
|
|
System.Boolean
isEnabled
|
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()
Overrides
Events
SegmentAnimationContextChanged
Declaration
public event EventHandler<SegmentAnimationContextEventArgs> SegmentAnimationContextChanged
Event Type
|
System.EventHandler<SegmentAnimationContextEventArgs>
|
SelectionChanged
Declaration
public event SelectionChangedEventHandler SelectionChanged
Event Type
|
Microsoft.UI.Xaml.Controls.SelectionChangedEventHandler
|