Class DataFilterAddNodeElement
Inheritance
System.Object
DataFilterAddNodeElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataFilterAddNodeElement : TreeNodeElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<RadTreeNode>
Constructors
DataFilterAddNodeElement()
Declaration
public DataFilterAddNodeElement()
Properties
DropDownButton
Gets the drop down button.
Declaration
public RadDropDownButtonElement DropDownButton { get; }
Property Value
RadDropDownButtonElement
The drop down button. |
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateDropDownButton()
Declaration
protected virtual RadDropDownButtonElement CreateDropDownButton()
Returns
RadDropDownButtonElement
|
CreateMenuItem()
InitializeFields()
IsCompatible(RadTreeNode, Object)
Determines whether the specified data is compatible.
Declaration
public override bool IsCompatible(RadTreeNode data, object context)
Parameters
RadTreeNode
data
The data. |
System.Object
context
The context. |
Returns
System.Boolean
|