Class PropertyGridToolbarElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridToolbarElement : StackLayoutElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PropertyGridToolbarElement()
Declaration
public PropertyGridToolbarElement()
Fields
ToolbarElementHeightProperty
Properties
AlphabeticalToggleButton
Gets the Rad
Declaration
public AlphabeticalToggleButton AlphabeticalToggleButton { get; }
Property Value
CategorizedToggleButton
Gets the Rad
Declaration
public CategorizedAlphabeticalToggleButton CategorizedToggleButton { get; }
Property Value
FilterOperator
Gets or sets the filter operator which will be used for the search.
Declaration
public FilterOperator FilterOperator { get; set; }
Property Value
FilterPropertyName
Gets or sets the property name by which the search will be performed.
Declaration
public string FilterPropertyName { get; set; }
Property Value
System.
|
FilterValue
Gets or sets the value by which the search will be performed.
Declaration
public object FilterValue { get; set; }
Property Value
System.
|
PropertyGridElement
Gets the parent Property
Declaration
public PropertyGridElement PropertyGridElement { get; }
Property Value
SearchTextBoxElement
Gets the Rad
Declaration
public ToolbarTextBoxElement SearchTextBoxElement { get; }
Property Value
ToolbarElementHeight
Gets or sets the height of the Property
Declaration
public float ToolbarElementHeight { get; set; }
Property Value
System.
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
ExecuteSearch()
Executes a search with the current state of the filter.
Declaration
protected virtual void ExecuteSearch()
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
Overrides
OnToggleButtonToggleStateChanged(RadToggleButtonElement, StateChangedEventArgs)
Executed when one of the toggle buttons Toggle
Declaration
protected virtual void OnToggleButtonToggleStateChanged(RadToggleButtonElement button, StateChangedEventArgs args)
Parameters
Rad The button that triggered the event. |
State The event arguments. |
SyncronizeToggleButtons()
Synchronizes the default toggle buttons in the Property
Declaration
public virtual void SyncronizeToggleButtons()
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()