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

Represents an item container for the NonVirtualizedItemsControl.

Definition

Namespace:Telerik.Maui.Controls.DataControls

Assembly:Telerik.Maui.Controls.dll

Syntax:

C#
public class NonVirtualizedItemsControlItemContainer : RadBorder, IRadBorder, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadBorderNonVirtualizedItemsControlItemContainer

Derived Classes: ItemPickerViewItemContainerTimePickerListViewItemContainer

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadBorderIRadContentViewITransformIView...

Inherited Members RadBorder.BorderColorPropertyRadBorder.CornerRadiusPropertyRadBorder.BorderThicknessPropertyRadBorder.BorderBrushPropertyRadBorder.ChangeVisualState()RadBorder.BorderColorRadBorder.CornerRadiusRadBorder.BorderThicknessRadBorder.BorderBrushRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()...

Constructors

C#
public NonVirtualizedItemsControlItemContainer()

Fields

Identifies the HorizontalTextAlignment property.

C#
public static readonly BindableProperty HorizontalTextAlignmentProperty

TextColorProperty

BindableProperty

Identifies the TextColor property.

C#
public static readonly BindableProperty TextColorProperty

TextMarginProperty

BindableProperty

Identifies the TextMargin property.

C#
public static readonly BindableProperty TextMarginProperty

Identifies the VerticalTextAlignment property.

C#
public static readonly BindableProperty VerticalTextAlignmentProperty

Properties

Gets or sets the horizontal text alignment for the item container.

C#
public TextAlignment HorizontalTextAlignment { get; set; }

Gets or sets the text Color for the item container.

C#
public Color TextColor { get; set; }

TextMargin

Thickness

Gets or sets the text margin for the item container.

C#
public Thickness TextMargin { get; set; }

Gets or sets the vertical text alignment for the item container.

C#
public TextAlignment VerticalTextAlignment { get; set; }

Methods

Called when a property value changes.

C#
protected override void OnPropertyChanged(string propertyName = null)
Parameters:propertyNamestring

The name of the property that changed.