Class CollectionViewLayoutBase
The base class of every layout that can be used with RadCollectionView.
Inheritance
System.Object
CollectionViewLayoutBase
Namespace: Telerik.Maui.Controls.CollectionView
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class CollectionViewLayoutBase : BindableObject
Constructors
CollectionViewLayoutBase()
Declaration
protected CollectionViewLayoutBase()
Fields
ItemLengthProperty
Identifies the ItemLength bindable property.
Declaration
public static readonly BindableProperty ItemLengthProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
OrientationProperty
Identifies the Orientation bindable property.
Declaration
public static readonly BindableProperty OrientationProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ItemLength
Gets or sets the length of the items.
Declaration
public double ItemLength { get; set; }
Property Value
System.Double
|
Orientation
Gets or sets the orientation of the layout.
Declaration
public Orientation Orientation { get; set; }
Property Value
Orientation
|