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