Class
NonVirtualizedItemsControlItemContainer

Represents an item container for the NonVirtualizedItemsControl.

Definition

Namespace:Telerik.Maui.Controls.DataControls

Assembly:Telerik.Maui.Controls.dll

Syntax:

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

NonVirtualizedItemsControlItemContainer()

Declaration

cs-api-definition
public NonVirtualizedItemsControlItemContainer()

Fields

HorizontalTextAlignmentProperty

Identifies the HorizontalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty HorizontalTextAlignmentProperty

Field Value

BindableProperty

TextColorProperty

Identifies the TextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty TextColorProperty

Field Value

BindableProperty

TextMarginProperty

Identifies the TextMargin property.

Declaration

cs-api-definition
public static readonly BindableProperty TextMarginProperty

Field Value

BindableProperty

VerticalTextAlignmentProperty

Identifies the VerticalTextAlignment property.

Declaration

cs-api-definition
public static readonly BindableProperty VerticalTextAlignmentProperty

Field Value

BindableProperty

Properties

HorizontalTextAlignment

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

Declaration

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

Property Value

TextAlignment

TextColor

Gets or sets the text Color for the item container.

Declaration

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

Property Value

Color

TextMargin

Gets or sets the text margin for the item container.

Declaration

cs-api-definition
public Thickness TextMargin { get; set; }

Property Value

Thickness

VerticalTextAlignment

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

Declaration

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

Property Value

TextAlignment

Methods

OnPropertyChanged(string)

Called when a property value changes.

Declaration

cs-api-definition
protected override void OnPropertyChanged(string propertyName = null)

Parameters

propertyName

string

The name of the property that changed.