[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.CheckListFilterPresenter

CheckListFilterPresenter Class

CheckListFilter that represents UI for ChecklistFilter.

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

Constructors

Name Description
CheckListFilterPresenter()

Initializes a new instance of the CheckListFilterPresenter class.

Fields

Name Description
FilterProperty

Identifies the Filter dependency property.

SelectAllProperty

Identifies the SelectAll dependency property.

Properties

Name Description
Filter

Gets or sets filter associated with this element.

SelectAll

Label for CheckAll checkbox.

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)
Dispose(bool)
ImplementLocalization()

Implement localization.

OnAfterRender(bool)
OnInitialized()