Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / C1DataFilter Class
Fields Properties Methods Events

In This Topic
    C1DataFilter Class Members
    In This Topic

    The following tables list the members exposed by C1DataFilter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1DataFilter class.  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public Fieldstatic (Shared in Visual Basic)Identifies the AutoApply dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the AutoGenerateFilters dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ChecklistEmptyFilterBehavior dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the filter should be automatically applied to the DataSource after the filter value is changed or not.  
    Public PropertyGets or sets the callback called when the AutoApply property has changed.  
    Public PropertyGets or sets a value indicating whether to generate filters automatically.  
    Public PropertyGets or sets the callback called when the AutoGenerateFilters property has changed.  
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the behavior when CheckListFilter is assigned an empty expression.  
    Public PropertyGets or sets the content of the accordion. (Inherited from C1.Blazor.Core.C1ItemsControl)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets the underlying data collection used to filter the original ItemsSource collection.  
    Public PropertyFilter collection.  
    Public PropertyGets or sets the name or path of the property that is displayed for each data item. (Inherited from C1.Blazor.Core.C1ItemsControl)
    Public PropertyGets or sets the direction the contained C1.Blazor.Accordion.C1Expanders expands. (Inherited from C1.Blazor.Accordion.C1Accordion)
    Public PropertyGets or sets the alignment of the expand icon. (Inherited from C1.Blazor.Accordion.C1Accordion)
    Public PropertyGets or sets the style applied to the expand icon. (Inherited from C1.Blazor.Accordion.C1Accordion)
    Public PropertyGets or sets the template of the expand icon. (Inherited from C1.Blazor.Accordion.C1Accordion)
    Public PropertyGets or sets the expanding behavior which determines how many items can be expanded. (Inherited from C1.Blazor.Accordion.C1Accordion)
    Public PropertyGets or sets whether the expanded item should fill the remaining space in the control. (Inherited from C1.Blazor.Accordion.C1Accordion)
    Public PropertyOccurs before the filter is added to the Filters. Allows to cancel the change.  
    Public PropertyOccurs when the filter changes.  
    Public PropertyOccurs before the filter is changed. Allows to cancel the change.  
    Public PropertyGets the collection of filters.  
    Public PropertyOccurs when a value of the filter changes.  
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the style of the header. (Inherited from C1.Blazor.Accordion.C1Accordion)
    Public PropertyGets or sets the data template used to display the header. (Inherited from C1.Blazor.Core.C1HeaderedItemsControl)
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets the collection of items. (Inherited from C1.Blazor.Core.C1ItemsControl)
    Public PropertyGets or sets the collection of items that will be shown. (Inherited from C1.Blazor.Core.C1ItemsControl)
    Public PropertyGets or sets the style applied to the accordion items. (Inherited from C1.Blazor.Accordion.C1Accordion)
    Public PropertyGets or sets the template applied to all the items of the list. (Inherited from C1.Blazor.Core.C1ItemsControl)
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public Property (Inherited from C1.Blazor.Accordion.C1Accordion)
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
    Top
    Public Methods
     NameDescription
    Public MethodApplies the filter to the items source asynchronously.  
    Public MethodDeserialize xml and add expressions to the Filters collection.  
    Public Method (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodGenerates filters for the current items source.  
    Public MethodReset Filters.  
    Public MethodSerialize the Filters collection to a xml content.  
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    Public Events
     NameDescription
    Public EventOccurs when an item is expanded or collapsed. (Inherited from C1.Blazor.Accordion.C1Accordion)
    Top
    See Also