ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / SelectedItemOptions Enumeration

In This Topic
    SelectedItemOptions Enumeration
    In This Topic
    Determines what part of the selected item should be displayed in the parent C1RadialMenuItem.
    Syntax
    'Declaration
     
    
    Public Enum SelectedItemOptions 
       Inherits System.Enum
    public enum SelectedItemOptions : System.Enum 
    Members
    MemberDescription
    AllAll parts.
    HeaderThe header.
    IconThe icon.
    NoneNone.
    Remarks
    Note, the options don't include item check sign. It is always shown for checked items.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Xaml.SelectedItemOptions

    See Also