Class BaseDataFilterNodeElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class BaseDataFilterNodeElement : TreeNodeElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<RadTreeNode>
Constructors
BaseDataFilterNodeElement()
Declaration
public BaseDataFilterNodeElement()
Fields
editorsStack
Properties
CloseButton
Gets the close button.
Declaration
public LightVisualButtonElement CloseButton { get; }
Property Value
LightVisualButtonElement
The close button. |
DataFilterElement
Gets the data filter element.
Declaration
public RadDataFilterElement DataFilterElement { get; }
Property Value
RadDataFilterElement
The data filter element. |
DragElement
Gets the drag element.
Declaration
public LightVisualElement DragElement { get; }
Property Value
LightVisualElement
The drag element. |
EditingElement
Gets or sets the currently editing element.
Declaration
public DataFilterEditorElement EditingElement { get; set; }
Property Value
DataFilterEditorElement
The editing element. |
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateCloseButton()
Declaration
protected virtual LightVisualButtonElement CreateCloseButton()
Returns
LightVisualButtonElement
|
CreateDragElement()
CreateStackPanel()
GetCurrentEditingElementValue()
Declaration
public abstract object GetCurrentEditingElementValue()
Returns
System.Object
|
GetEditorSize(SizeF, DataFilterEditorElement)
Declaration
protected abstract SizeF GetEditorSize(SizeF availableSize, DataFilterEditorElement editorElement)
Parameters
System.Drawing.SizeF
availableSize
|
DataFilterEditorElement
editorElement
|
Returns
System.Drawing.SizeF
|
InitializeFields()
OnCloseButtonClick(Object, EventArgs)
Declaration
protected abstract void OnCloseButtonClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
SetControlCursor(Cursor)
Sets the control cursor.
Declaration
public void SetControlCursor(Cursor cursor)
Parameters
System.Windows.Forms.Cursor
cursor
The cursor. |
Synchronize()
Synchronizes this instance.
Declaration
public override void Synchronize()
Overrides
UpdateDescriptorValue(Object)
Declaration
public abstract void UpdateDescriptorValue(object value)
Parameters
System.Object
value
|