Class SelectModeTextCell
A TextCell supports a selection mode.
Namespace: Tizen.Wearable.CircularUI.Forms
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class SelectModeTextCell : TextCell, ISelectModeCell
Fields
IsSelectedProperty
Identifies the On bindable property.
Declaration
public static readonly BindableProperty IsSelectedProperty
Field Value
Type | Description |
---|---|
BindableProperty |
IsSelectionModeEnabledProperty
Identifies the Text bindable property.
Declaration
public static readonly BindableProperty IsSelectionModeEnabledProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
IsSelected
Gets or sets the state of the selection. This is a bindable property.
Declaration
public bool IsSelected { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSelectionModeEnabled
Gets or sets whether to enable the selection mode or not. This is a bindable property.
Declaration
public bool IsSelectionModeEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Events
SelectionChanged
Triggered when IsSelected changed.
Declaration
public event EventHandler<ToggledEventArgs> SelectionChanged
Event Type
Type | Description |
---|---|
System.EventHandler<ToggledEventArgs> |