ClassItemsEmptyView
Represents an empty content in the RadItemsView control.
Definition
Namespace:Telerik.Maui.Controls.ItemsView
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class ItemsEmptyView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewItemsEmptyView
Implements:
Inherited Members
Constructors
ItemsEmptyView()
Declaration
public ItemsEmptyView()
Fields
ContentTemplateProperty
Identifies the ContentTemplate property.
Declaration
public static readonly BindableProperty ContentTemplateProperty
Field Value
BindableProperty
HorizontalContentOptionsProperty
Identifies the HorizontalContentOptions property.
Declaration
public static readonly BindableProperty HorizontalContentOptionsProperty
Field Value
BindableProperty
VerticalContentOptionsProperty
Identifies the VerticalContentOptions property.
Declaration
public static readonly BindableProperty VerticalContentOptionsProperty
Field Value
BindableProperty
Properties
ContentTemplate
Gets or sets the DataTemplate used to display the content.
Declaration
public DataTemplate ContentTemplate { get; set; }
Property Value
DataTemplate
HorizontalContentOptions
Gets or sets the horizontal layout options of the displayed content. For more information see the LayoutOptions type.
Declaration
public LayoutOptions HorizontalContentOptions { get; set; }
Property Value
LayoutOptions
VerticalContentOptions
Gets or sets the vertical layout options of the displayed content. For more information see the LayoutOptions type.
Declaration
public LayoutOptions VerticalContentOptions { get; set; }
Property Value
LayoutOptions