Class LoopingSelectorItem.State
Represents an enum list for LoopingSelectorItem.State
Inheritance
System.Object
LoopingSelectorItem.State
Namespace: Syncfusion.UI.Xaml.Controls
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
public sealed class State : Enum
Fields
Disabled
Disabled state
Declaration
public const LoopingSelectorItem.State Disabled
Field Value
Type |
---|
LoopingSelectorItem.State |
Expanded
Visible state
Declaration
public const LoopingSelectorItem.State Expanded
Field Value
Type |
---|
LoopingSelectorItem.State |
Normal
Not visible
Declaration
public const LoopingSelectorItem.State Normal
Field Value
Type |
---|
LoopingSelectorItem.State |
Selected
Selected state
Declaration
public const LoopingSelectorItem.State Selected
Field Value
Type |
---|
LoopingSelectorItem.State |