[]
        
(Showing Draft Content)

C1.Blazor.Core.C1ItemsControl

C1ItemsControl Class

Represents a control that can be used to present a collection of items.

Inheritance
C1ItemsControl
Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public class C1ItemsControl : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject

Constructors

Name Description
C1ItemsControl()

Initializes a new instance of the C1ItemsControl class.

Fields

Name Description
DisplayMemberPathProperty

Identifies the DisplayMemberPath dependency property.

ItemTemplateProperty

Identifies the ItemTemplate dependency property.

ItemsSourceProperty

Identifies the ItemsSource dependency property.

Properties

Name Description
ChildContent

Gets or sets the content of the accordion.

DisplayMemberPath

Gets or sets the name or path of the property that is displayed for each data item.

ItemTemplate

Gets or sets the template applied to all the items of the list.

Items

Gets the collection of items.

ItemsSource

Gets or sets the collection of items that will be shown.

Methods

Name Description
Dispose(bool)
OnAfterRender(bool)
OnItemsSourceChangedProtected(IEnumerable)

ItemsSource changed handler.