New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents an empty content in the RadItemsView control.

Definition

Constructors

C#
public ItemsEmptyView()

Fields

ContentTemplateProperty

BindableProperty

Identifies the ContentTemplate property.

C#
public static readonly BindableProperty ContentTemplateProperty

Identifies the HorizontalContentOptions property.

C#
public static readonly BindableProperty HorizontalContentOptionsProperty

Identifies the VerticalContentOptions property.

C#
public static readonly BindableProperty VerticalContentOptionsProperty

Properties

ContentTemplate

DataTemplate

Gets or sets the DataTemplate used to display the content.

C#
public DataTemplate ContentTemplate { get; set; }

Gets or sets the horizontal layout options of the displayed content. For more information see the LayoutOptions type.

C#
public LayoutOptions HorizontalContentOptions { get; set; }

Gets or sets the vertical layout options of the displayed content. For more information see the LayoutOptions type.

C#
public LayoutOptions VerticalContentOptions { get; set; }