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
    object
    BindableObject
    ViewStyle
    ControlStyle
    RecyclerViewItemStyle
    Derived
    DefaultGridItemStyle
    DefaultLinearItemStyle
    DefaultTitleItemStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    RecyclerViewItemStyle()

    Creates a new instance of a RecyclerViewItemStyle.

    Declaration
    public RecyclerViewItemStyle()
    View Source

    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 Source

    IsSelectable

    Flag to decide RecyclerViewItem can be selected or not.

    Declaration
    public bool? IsSelectable { get; set; }
    Property Value
    Type Description
    bool?
    View Source

    IsSelected

    Flag to decide selected state in RecyclerViewItem.

    Declaration
    public bool? IsSelected { get; set; }
    Property Value
    Type Description
    bool?

    Methods

    View Source

    CopyFrom(BindableObject)

    Copy properties of other ViewStyle to this.

    Declaration
    public override void CopyFrom(BindableObject bindableObject)
    Parameters
    Type Name Description
    BindableObject bindableObject
    Overrides
    ViewStyle.CopyFrom(BindableObject)

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX