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, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PropertyGridToolbarElement()
Declaration
public PropertyGridToolbarElement()
Fields
ToolbarElementHeightProperty
Properties
AlphabeticalToggleButton
Gets the RadToggleButtonElement that enables Alphabetical view in the RadPropertyGrid
Declaration
public AlphabeticalToggleButton AlphabeticalToggleButton { get; }
Property Value
|
AlphabeticalToggleButton
|
CategorizedToggleButton
Gets the RadToggleButtonElement that enables CategorizedAlphabetical view in the RadPropertyGrid
Declaration
public CategorizedAlphabeticalToggleButton CategorizedToggleButton { get; }
Property Value
|
CategorizedAlphabeticalToggleButton
|
FilterOperator
Gets or sets the filter operator which will be used for the search.
Declaration
public FilterOperator FilterOperator { get; set; }
Property Value
|
FilterOperator
|
FilterPropertyName
Gets or sets the property name by which the search will be performed.
Declaration
public string FilterPropertyName { get; set; }
Property Value
|
System.String
|
FilterValue
Gets or sets the value by which the search will be performed.
Declaration
public object FilterValue { get; set; }
Property Value
|
System.Object
|
PropertyGridElement
Gets the parent PropertyGridElement.
Declaration
public PropertyGridElement PropertyGridElement { get; }
Property Value
|
PropertyGridElement
|
SearchTextBoxElement
Gets the RadTextBoxElement.
Declaration
public ToolbarTextBoxElement SearchTextBoxElement { get; }
Property Value
|
ToolbarTextBoxElement
|
ToolbarElementHeight
Gets or sets the height of the PropertyGridToolbarElement.
Declaration
public float ToolbarElementHeight { get; set; }
Property Value
|
System.Single
|
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.Drawing.SizeF
availableSize
|
Returns
|
System.Drawing.SizeF
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
|
RadPropertyChangedEventArgs
e
|
Overrides
OnToggleButtonToggleStateChanged(RadToggleButtonElement, StateChangedEventArgs)
Executed when one of the toggle buttons ToggleState changes.
Declaration
protected virtual void OnToggleButtonToggleStateChanged(RadToggleButtonElement button, StateChangedEventArgs args)
Parameters
|
RadToggleButtonElement
button
The button that triggered the event. |
|
StateChangedEventArgs
args
The event arguments. |
SyncronizeToggleButtons()
Synchronizes the default toggle buttons in the PropertyGridToolbarElement with the PropertySort property of the PropertyGridElement.
Declaration
public virtual void SyncronizeToggleButtons()
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()