Class RecyclerViewItemStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
RecyclerViewItemStyle is a class which saves RecyclerViewItem's UX data.
public class RecyclerViewItemStyle : ControlStyle, IDynamicResourceHandler, IDisposable
- Inheritance
- Derived
- Implements
-
IDisposable
Constructors
View SourceRecyclerViewItemStyle()
Creates a new instance of a RecyclerViewItemStyle.
Declaration
public RecyclerViewItemStyle()
RecyclerViewItemStyle(RecyclerViewItemStyle)
Creates a new instance of a RecyclerViewItemStyle with style.
Declaration
public RecyclerViewItemStyle(RecyclerViewItemStyle style)
Parameters
| Type | Name | Description |
|---|---|---|
| RecyclerViewItemStyle | style | Create RecyclerViewItemStyle by style customized by user. |
Properties
View SourceIsSelectable
Flag to decide RecyclerViewItem can be selected or not.
Declaration
public bool? IsSelectable { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
IsSelected
Flag to decide selected state in RecyclerViewItem.
Declaration
public bool? IsSelected { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Methods
View SourceCopyFrom(BindableObject)
Copy properties of other ViewStyle to this.
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
| Type | Name | Description |
|---|---|---|
| BindableObject | bindableObject |
Overrides
Implements
IDisposable