Class
ItemsEmptyView

Represents an empty content in the RadItemsView control.

Definition

Namespace:Telerik.Maui.Controls.ItemsView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ItemsEmptyView : RadCompositeContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewItemsEmptyView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

ItemsEmptyView()

Declaration

cs-api-definition
public ItemsEmptyView()

Fields

ContentTemplateProperty

Identifies the ContentTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ContentTemplateProperty

Field Value

BindableProperty

HorizontalContentOptionsProperty

Identifies the HorizontalContentOptions property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalContentOptionsProperty

Field Value

BindableProperty

VerticalContentOptionsProperty

Identifies the VerticalContentOptions property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalContentOptionsProperty

Field Value

BindableProperty

Properties

ContentTemplate

Gets or sets the DataTemplate used to display the content.

Declaration

cs-api-definition
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

cs-api-definition
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

cs-api-definition
public LayoutOptions VerticalContentOptions { get; set; }

Property Value

LayoutOptions