Class RecyclerViewItemStyle

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

RecyclerViewItemStyle is a class which saves RecyclerViewItem's UX data.

C#
Copy
public class RecyclerViewItemStyle : ControlStyle, IDynamicResourceHandler, IDisposable
Inheritance
Derived
Implements
IDisposable

Constructors

View Source

RecyclerViewItemStyle()

Creates a new instance of a RecyclerViewItemStyle.

Declaration
C#
Copy
public RecyclerViewItemStyle()
View Source

RecyclerViewItemStyle(RecyclerViewItemStyle)

Creates a new instance of a RecyclerViewItemStyle with style.

Declaration
C#
Copy
public RecyclerViewItemStyle(RecyclerViewItemStyle style)
Parameters
Type Name Description
RecyclerViewItemStyle style

Create RecyclerViewItemStyle by style customized by user.

Fields

View Source

IsSelectableProperty

Declaration
C#
Copy
public static readonly BindableProperty IsSelectableProperty
Field Value
Type Description
BindableProperty
View Source

IsSelectedProperty

Declaration
C#
Copy
public static readonly BindableProperty IsSelectedProperty
Field Value
Type Description
BindableProperty

Properties

View Source

IsSelectable

Flag to decide RecyclerViewItem can be selected or not.

Declaration
C#
Copy
public bool? IsSelectable { get; set; }
Property Value
Type Description
Nullable<Boolean>
View Source

IsSelected

Flag to decide selected state in RecyclerViewItem.

Declaration
C#
Copy
public bool? IsSelected { get; set; }
Property Value
Type Description
Nullable<Boolean>

Methods

View Source

CopyFrom(BindableObject)

Copy properties of other ViewStyle to this.

Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type Name Description
BindableObject bindableObject
Overrides

Implements

IDisposable

Extension Methods