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.
|
ItemCommandProperty
Declaration
public static readonly DependencyProperty ItemCommandProperty
Field Value
Microsoft.
|
ItemContainerStyleProperty
Declaration
public static readonly DependencyProperty ItemContainerStyleProperty
Field Value
Microsoft.
|
ItemContainerStyleSelectorProperty
Declaration
public static readonly DependencyProperty ItemContainerStyleSelectorProperty
Field Value
Microsoft.
|
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Microsoft.
|
ItemTemplateProperty
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
Microsoft.
|
ItemTemplateSelectorProperty
Declaration
public static readonly DependencyProperty ItemTemplateSelectorProperty
Field Value
Microsoft.
|
SegmentWidthModeProperty
Declaration
public static readonly DependencyProperty SegmentWidthModeProperty
Field Value
Microsoft.
|
SelectedIndexProperty
Declaration
public static readonly DependencyProperty SelectedIndexProperty
Field Value
Microsoft.
|
SelectedItemProperty
Declaration
public static readonly DependencyProperty SelectedItemProperty
Field Value
Microsoft.
|
SelectedValuePathProperty
Declaration
public static readonly DependencyProperty SelectedValuePathProperty
Field Value
Microsoft.
|
SelectedValueProperty
Declaration
public static readonly DependencyProperty SelectedValueProperty
Field Value
Microsoft.
|
SeparatorBrushProperty
Declaration
public static readonly DependencyProperty SeparatorBrushProperty
Field Value
Microsoft.
|
SeparatorWidthProperty
Declaration
public static readonly DependencyProperty SeparatorWidthProperty
Field Value
Microsoft.
|
Properties
AnimationLayer
Declaration
public Canvas AnimationLayer { get; }
Property Value
Microsoft.
|
DisplayMemberPath
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
ItemCommand
Declaration
public ICommand ItemCommand { get; set; }
Property Value
System.
|
ItemContainerStyle
Declaration
public Style ItemContainerStyle { get; set; }
Property Value
Microsoft.
|
ItemContainerStyleSelector
Declaration
public StyleSelector ItemContainerStyleSelector { get; set; }
Property Value
Microsoft.
|
Items
Declaration
public IList<object> Items { get; }
Property Value
System.
|
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.
|
ItemTemplate
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
Microsoft.
|
ItemTemplateSelector
Declaration
public DataTemplateSelector ItemTemplateSelector { get; set; }
Property Value
Microsoft.
|
SegmentWidthMode
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.
|
SelectedItem
Declaration
public object SelectedItem { get; set; }
Property Value
System.
|
SelectedValue
Declaration
public object SelectedValue { get; set; }
Property Value
System.
|
SelectedValuePath
Declaration
public string SelectedValuePath { get; set; }
Property Value
System.
|
SeparatorBrush
Declaration
public Brush SeparatorBrush { get; set; }
Property Value
Microsoft.
|
SeparatorWidth
Declaration
public double SeparatorWidth { get; set; }
Property Value
System.
|
Methods
ApplyTemplateCore()
Declaration
protected override bool ApplyTemplateCore()
Returns
System.
|
Overrides
IsSegmentEnabled(Int32)
Declaration
public bool IsSegmentEnabled(int index)
Parameters
System.
|
Returns
System.
|
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
Overrides
OnIsEnabledChanged(Boolean, Boolean)
Declaration
protected override void OnIsEnabledChanged(bool newValue, bool oldValue)
Parameters
System.
|
System.
|
Overrides
OnTemplateApplied()
SetSegmentEnabled(Int32, Boolean)
Declaration
public void SetSegmentEnabled(int index, bool isEnabled)
Parameters
System.
|
System.
|
UnapplyTemplateCore()
Declaration
protected override void UnapplyTemplateCore()
Overrides
Events
SegmentAnimationContextChanged
Declaration
public event EventHandler<SegmentAnimationContextEventArgs> SegmentAnimationContextChanged
Event Type
System.
|
SelectionChanged
Declaration
public event SelectionChangedEventHandler SelectionChanged
Event Type
Microsoft.
|