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

In This Topic
    RangeFilter Class Members
    In This Topic

    The following tables list the members exposed by RangeFilter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the header that will be shown in the column header. if HeaderText is not specified the PropertyName property will be used. (Inherited from C1.Blazor.DataFilter.Filter)
    Public PropertyFilter attached state. (Inherited from C1.Blazor.DataFilter.Filter)
    Public PropertyGets or sets a value indicating editors type. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public PropertyGets or sets a value indicating whether show the editors or not. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public PropertyGets or sets the expression of the current Filter. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public PropertyFilters collection. (Inherited from C1.Blazor.DataFilter.Filter)
    Public PropertyGets or sets the format of numeric text box (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public PropertyGets or sets a value of header text of the current Filter. (Inherited from C1.Blazor.DataFilter.Filter)
    Public PropertyGets or set the the amount to increment/decrement when the user clicks up/down buttons. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public PropertyGets a value indicating the current Filter is applied or not. (Inherited from C1.Blazor.DataFilter.Filter)
    Public PropertyGets a value indicating whether this filter was generated automatically. (Inherited from C1.Blazor.DataFilter.Filter)
    Public PropertyGets or sets the current lower magnitude of the range. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public PropertyGets or sets the maximum value of the range. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public PropertyGets or sets the minimum value of the range. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public PropertyGets or sets the name of the data item property to which the current Filter applies. (Inherited from C1.Blazor.DataFilter.Filter)
    Public PropertyGets or sets a value indicating whether show the range slider or not. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public PropertyGets or sets the text that appears as a ToolTip for header of this filter. (Inherited from C1.Blazor.DataFilter.Filter)
    Public PropertyGets or sets the current upper magnitude of the range. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from C1.Blazor.DataFilter.Filter)
    Public Method (Inherited from C1.Blazor.DataFilter.Filter)
    Public MethodResets the filter value to the default value. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public MethodSets a lower value of RangeFilterBase class. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Public Method (Inherited from C1.Blazor.DataFilter.Filter)
    Public MethodSets a upper value of RangeFilterBase class. (Inherited from C1.Blazor.DataFilter.RangeFilterBase)
    Top
    Public Events
     NameDescription
    Public EventNotifies clients that a AttachedState value has changed. (Inherited from C1.Blazor.DataFilter.Filter)
    Public EventOccurs when a property value changes. (Inherited from C1.Blazor.DataFilter.NotifyPropertyChanged)
    Public EventOccurs when a value of current Filter changes. (Inherited from C1.Blazor.DataFilter.NotifyPropertyChanged)
    Top
    See Also