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