Class FilterMenuCustomDateItem
Represents a filter menu item with custom date.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class FilterMenuCustomDateItem : RadMenuItemBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
FilterMenuCustomDateItem(String, FilterDescriptor)
Initializes a new instance of the FilterMenuCustomDateItem class.
Declaration
public FilterMenuCustomDateItem(string text, FilterDescriptor filterDescriptor)
Parameters
System.String
text
The text. |
FilterDescriptor
filterDescriptor
The filter descriptor. |
Properties
FilterDescriptor
Gets or sets the filter descriptor.
Declaration
public FilterDescriptor FilterDescriptor { get; set; }
Property Value
FilterDescriptor
The filter descriptor. |
IsChecked
Gets or sets a value indicating whether the item is checked.
Declaration
public bool IsChecked { get; set; }
Property Value
System.Boolean
The is checked. |
Text
Gets or sets the text associated with this item.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
Methods
ArrangeOverride(SizeF)
Arranges the RadElement to its final location. The element must call the Arrange method of each of its children.
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
The size that is available for element. |
Returns
System.Drawing.SizeF
The rectangle occupied by the element. Usually |
Overrides
Remarks
In this method call to the Arrange method of each child must be made.
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Disposes the managed resources.
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
Events
ToggleStateChanged
Declaration
public event StateChangedEventHandler ToggleStateChanged
Event Type
StateChangedEventHandler
|