Class
NavigationViewContainer

Represents a container in the RadNavigationView control.

Definition

Namespace:Telerik.Maui.Controls.NavigationView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class NavigationViewContainer : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewNavigationViewContainer

Derived Classes: NavigationViewHeaderNavigationViewItemView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

NavigationViewContainer()

Initializes a new instance of the NavigationViewContainer class.

Declaration

cs-api-definition
public NavigationViewContainer()

Fields

CompactWidthProperty

Identifies the CompactWidth property.

Declaration

cs-api-definition
public static readonly BindableProperty CompactWidthProperty

Field Value

BindableProperty

ContentTemplateProperty

Identifies the ContentTemplate property.

Declaration

cs-api-definition
public static readonly BindableProperty ContentTemplateProperty

Field Value

BindableProperty

ExpandedWidthProperty

Identifies the ExpandedWidth property.

Declaration

cs-api-definition
public static readonly BindableProperty ExpandedWidthProperty

Field Value

BindableProperty

FontAttributesProperty

Identifies the FontAttributes property.

Declaration

cs-api-definition
public static readonly BindableProperty FontAttributesProperty

Field Value

BindableProperty

FontFamilyProperty

Identifies the FontFamily property.

Declaration

cs-api-definition
public static readonly BindableProperty FontFamilyProperty

Field Value

BindableProperty

FontSizeProperty

Identifies the FontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty FontSizeProperty

Field Value

BindableProperty

HorizontalContentOptionsProperty

Identifies the HorizontalContentOptions property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalContentOptionsProperty

Field Value

BindableProperty

HorizontalTextAlignmentProperty

Identifies the HorizontalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalTextAlignmentProperty

Field Value

BindableProperty

LineBreakModeProperty

Identifies the LineBreakMode property.

Declaration

cs-api-definition
public static readonly BindableProperty LineBreakModeProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

TextDecorationsProperty

Identifies the TextDecorations property.

Declaration

cs-api-definition
public static readonly BindableProperty TextDecorationsProperty

Field Value

BindableProperty

TextProperty

Identifies the Text property.

Declaration

cs-api-definition
public static readonly BindableProperty TextProperty

Field Value

BindableProperty

VerticalContentOptionsProperty

Identifies the VerticalContentOptions property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalContentOptionsProperty

Field Value

BindableProperty

VerticalTextAlignmentProperty

Identifies the VerticalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalTextAlignmentProperty

Field Value

BindableProperty

Properties

CompactWidth

Gets or sets the width of the container in compact mode.

Declaration

cs-api-definition
public double CompactWidth { get; set; }

Property Value

double

ContentTemplate

Gets or sets the DataTemplate used to display the content.

Declaration

cs-api-definition
public DataTemplate ContentTemplate { get; set; }

Property Value

DataTemplate

ExpandedWidth

Gets or sets the width of the container in expanded mode.

Declaration

cs-api-definition
public double ExpandedWidth { get; set; }

Property Value

double

FontAttributes

Gets or sets the font attributes of the displayed text. For more information see the FontAttributes type.

Declaration

cs-api-definition
public FontAttributes FontAttributes { get; set; }

Property Value

FontAttributes

FontFamily

Gets or sets the font family of the displayed text.

Declaration

cs-api-definition
public string FontFamily { get; set; }

Property Value

string

FontSize

Gets or sets the font size in pixels of the displayed text.

Declaration

cs-api-definition
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }

Property Value

double

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

HorizontalTextAlignment

Gets or sets the horizontal alignment of the displayed text. For more information see the TextAlignment type.

Declaration

cs-api-definition
public TextAlignment HorizontalTextAlignment { get; set; }

Property Value

TextAlignment

LineBreakMode

Gets or sets the line break mode of the displayed text. For more information see the LineBreakMode type.

Declaration

cs-api-definition
public LineBreakMode LineBreakMode { get; set; }

Property Value

LineBreakMode

Text

Gets or sets the text to display in the content.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

TextColor

Gets or sets the color of the displayed text.

Declaration

cs-api-definition
public Color TextColor { get; set; }

Property Value

Color

TextDecorations

Gets or sets the text decorations of the displayed text. For more information see the TextDecorations type.

Declaration

cs-api-definition
public TextDecorations TextDecorations { get; set; }

Property Value

TextDecorations

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

VerticalTextAlignment

Gets or sets the vertical alignment of the displayed text. For more information see the TextAlignment type.

Declaration

cs-api-definition
public TextAlignment VerticalTextAlignment { get; set; }

Property Value

TextAlignment