Class FilterViewNumericCategoryElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.FilterView
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FilterViewNumericCategoryElement : BaseFilterViewCategoryElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IFilterViewCategory
Constructors
FilterViewNumericCategoryElement()
Declaration
public FilterViewNumericCategoryElement()
FilterViewNumericCategoryElement(String, Type, String)
Declaration
public FilterViewNumericCategoryElement(string propertyName, Type propertyType, string displayName = "")
Parameters
System.String
propertyName
|
System.Type
propertyType
|
System.String
displayName
|
Fields
maxValue
Declaration
protected decimal maxValue
Field Value
System.Decimal
|
minValue
Declaration
protected decimal minValue
Field Value
System.Decimal
|
Properties
DisplayMode
Declaration
public FilterViewNumericCategoryMode DisplayMode { get; set; }
Property Value
FilterViewNumericCategoryMode
|
EditorsStack
Gets the stack element which holds the editors.
Declaration
public StackLayoutElement EditorsStack { get; }
Property Value
StackLayoutElement
|
IsFilterChanged
Declaration
public override bool IsFilterChanged { get; }
Property Value
System.Boolean
|
Overrides
MainStack
Gets the main stack panel.
Declaration
public StackLayoutPanel MainStack { get; }
Property Value
StackLayoutPanel
|
MaxValueSpinEditor
Gets the maximum value RadSpinEditorElement.
Declaration
public RadSpinEditorElement MaxValueSpinEditor { get; }
Property Value
RadSpinEditorElement
|
MaxValueTextElement
Gets the maximum value LightVisualElement.
Declaration
public LightVisualElement MaxValueTextElement { get; }
Property Value
LightVisualElement
|
MinValueSpinEditor
Gets the minimum value RadSpinEditorElement.
Declaration
public RadSpinEditorElement MinValueSpinEditor { get; }
Property Value
RadSpinEditorElement
|
MinValueTextElement
Gets the minimum value LightVisualElement.
Declaration
public LightVisualElement MinValueTextElement { get; }
Property Value
LightVisualElement
|
StepsCount
Gets or sets the number of steps between the min and max values.
Declaration
public int StepsCount { get; set; }
Property Value
System.Int32
|
TrackBarElement
Gets the RadTrackBarElement.
Declaration
public RadTrackBarElement TrackBarElement { get; }
Property Value
RadTrackBarElement
|
Methods
AdjustSpinEditorProperties()
Declaration
protected virtual void AdjustSpinEditorProperties()
AdjustTrackBarProperties()
Declaration
protected virtual void AdjustTrackBarProperties()
ApplyFilter(FilterDescriptor)
Declaration
public override bool ApplyFilter(FilterDescriptor filterDescriptor)
Parameters
FilterDescriptor
filterDescriptor
|
Returns
System.Boolean
|
Overrides
ClearFilter()
Declaration
public override void ClearFilter()
Overrides
ClearItems()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateEditorsStack()
CreateItems(ICollection<Object>)
Declaration
public override void CreateItems(ICollection<object> values)
Parameters
System.Collections.Generic.ICollection<System.Object>
values
|
Overrides
CreateItemsHolder()
CreateMainStack()
CreateMaxFilter()
CreateMaxValueEditor()
Declaration
protected virtual RadSpinEditorElement CreateMaxValueEditor()
Returns
RadSpinEditorElement
|
CreateMaxValueTextElement()
Declaration
protected virtual LightVisualElement CreateMaxValueTextElement()
Returns
LightVisualElement
|
CreateMinFilter()
CreateMinValueEditor()
Declaration
protected virtual RadSpinEditorElement CreateMinValueEditor()
Returns
RadSpinEditorElement
|
CreateMinValueTextElement()
Declaration
protected virtual LightVisualElement CreateMinValueTextElement()
Returns
LightVisualElement
|
CreateTrackBarElement()
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetFilter()
GetMaxEditorValue()
Declaration
protected virtual decimal? GetMaxEditorValue()
Returns
System.Nullable<System.Decimal>
|
GetMinEditorValue()
Declaration
protected virtual decimal? GetMinEditorValue()
Returns
System.Nullable<System.Decimal>
|
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
SetMaxEditorValue(Nullable<Decimal>)
Declaration
protected virtual void SetMaxEditorValue(decimal? newValue)
Parameters
System.Nullable<System.Decimal>
newValue
|
SetMinEditorValue(Nullable<Decimal>)
Declaration
protected virtual void SetMinEditorValue(decimal? newValue)
Parameters
System.Nullable<System.Decimal>
newValue
|