Class FilterViewDateTimeCategoryElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.FilterView
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FilterViewDateTimeCategoryElement : BaseFilterViewCategoryElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IFilterViewCategory
Constructors
FilterViewDateTimeCategoryElement()
Declaration
public FilterViewDateTimeCategoryElement()
FilterViewDateTimeCategoryElement(String, String)
Declaration
public FilterViewDateTimeCategoryElement(string propertyName, string displayName = "")
Parameters
System.String
propertyName
|
System.String
displayName
|
FilterViewDateTimeCategoryElement(String, Type, String)
Declaration
public FilterViewDateTimeCategoryElement(string propertyName, Type propertyType, string displayName = "")
Parameters
System.String
propertyName
|
System.Type
propertyType
|
System.String
displayName
|
Fields
maxValue
Declaration
protected DateTime maxValue
Field Value
System.DateTime
|
minValue
Declaration
protected DateTime minValue
Field Value
System.DateTime
|
Properties
EditorsStack
Gets the stack with text labels and editors.
Declaration
public StackLayoutElement EditorsStack { get; }
Property Value
StackLayoutElement
|
IsFilterChanged
Gets a value indicating whether the filter is changed.
Declaration
public override bool IsFilterChanged { get; }
Property Value
System.Boolean
|
Overrides
MainStack
Gets the main stack.
Declaration
public StackLayoutPanel MainStack { get; }
Property Value
StackLayoutPanel
|
MaxValueDateTimePicker
Gets the maximal value RadDateTimePickerElement.
Declaration
public RadDateTimePickerElement MaxValueDateTimePicker { get; }
Property Value
RadDateTimePickerElement
|
MaxValueTextElement
Gets the maximal value text element.
Declaration
public LightVisualElement MaxValueTextElement { get; }
Property Value
LightVisualElement
|
MinValueDateTimePicker
Gets the minimal value RadDateTimePickerElement.
Declaration
public RadDateTimePickerElement MinValueDateTimePicker { get; }
Property Value
RadDateTimePickerElement
|
MinValueTextElement
Gets the minimal value text element.
Declaration
public LightVisualElement MinValueTextElement { get; }
Property Value
LightVisualElement
|
Methods
AdjustDateTimePickerProperties()
Declaration
protected virtual void AdjustDateTimePickerProperties()
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 RadDateTimePickerElement CreateMaxValueEditor()
Returns
RadDateTimePickerElement
|
CreateMaxValueTextElement()
Declaration
protected virtual LightVisualElement CreateMaxValueTextElement()
Returns
LightVisualElement
|
CreateMinFilter()
CreateMinValueEditor()
Declaration
protected virtual RadDateTimePickerElement CreateMinValueEditor()
Returns
RadDateTimePickerElement
|
CreateMinValueTextElement()
Declaration
protected virtual LightVisualElement CreateMinValueTextElement()
Returns
LightVisualElement
|
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetFilter()
GetMaxEditorValue()
Declaration
protected virtual DateTime? GetMaxEditorValue()
Returns
System.Nullable<System.DateTime>
|
GetMinEditorValue()
Declaration
protected virtual DateTime? GetMinEditorValue()
Returns
System.Nullable<System.DateTime>
|
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
SetMaxEditorValue(Nullable<DateTime>)
Declaration
protected virtual void SetMaxEditorValue(DateTime? newValue)
Parameters
System.Nullable<System.DateTime>
newValue
|
SetMinEditorValue(Nullable<DateTime>)
Declaration
protected virtual void SetMinEditorValue(DateTime? newValue)
Parameters
System.Nullable<System.DateTime>
newValue
|