skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadSegmentedControl

Inheritance
System.Object
RadControl
RadSegmentedControl
Inherited Members
RadControl.EndVisualStateUpdate(Boolean, Boolean)
RadControl.UpdateVisualState(Boolean)
RadControl.BeginVisualStateUpdate()
RadControl.SetVisualState(String, Boolean)
RadControl.CanUpdateVisualState()
RadControl.ComposeVisualStateName()
RadControl.MeasureOverride(Size)
RadControl.ArrangeOverride(Size)
RadControl.OnApplyTemplate()
RadControl.LoadCore()
RadControl.OnLoaded()
RadControl.UnloadCore()
RadControl.CurrentVisualState
RadControl.IsLoaded
RadControl.IsLoading
RadControl.IsUnloaded
RadControl.WasUnloaded
RadControl.IsTemplateApplied
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

Declaration
public SegmentWidthMode SegmentWidthMode { get; set; }
Property Value
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
RadControl.ApplyTemplateCore()

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
RadControl.OnCreateAutomationPeer()

OnIsEnabledChanged(Boolean, Boolean)

Declaration
protected override void OnIsEnabledChanged(bool newValue, bool oldValue)
Parameters
System.Boolean newValue

System.Boolean oldValue

Overrides
RadControl.OnIsEnabledChanged(Boolean, Boolean)

OnTemplateApplied()

Declaration
protected override void OnTemplateApplied()
Overrides
RadControl.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
RadControl.UnapplyTemplateCore()

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

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.