ItemsEmptyView
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
public ItemsEmptyView()
Fields
ContentTemplateProperty
BindableProperty
Identifies the ContentTemplate property.
public static readonly BindableProperty ContentTemplateProperty
HorizontalContentOptionsProperty
BindableProperty
Identifies the HorizontalContentOptions property.
public static readonly BindableProperty HorizontalContentOptionsProperty
VerticalContentOptionsProperty
BindableProperty
Identifies the VerticalContentOptions property.
public static readonly BindableProperty VerticalContentOptionsProperty
Properties
ContentTemplate
DataTemplate
Gets or sets the DataTemplate used to display the content.
public DataTemplate ContentTemplate { get; set; }
HorizontalContentOptions
LayoutOptions
Gets or sets the horizontal layout options of the displayed content. For more information see the LayoutOptions type.
public LayoutOptions HorizontalContentOptions { get; set; }
VerticalContentOptions
LayoutOptions
Gets or sets the vertical layout options of the displayed content. For more information see the LayoutOptions type.
public LayoutOptions VerticalContentOptions { get; set; }