Class RadSpreadsheetFormulaBar
Provides methods and properties for using RadSpreadsheetFormulaBar.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class RadSpreadsheetFormulaBar : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IWeakEventListener
Constructors
RadSpreadsheetFormulaBar()
Initializes a new instance of the RadSpreadsheetFormulaBar class.
Declaration
public RadSpreadsheetFormulaBar()
Fields
AreCancelEnterButtonsEnabledProperty
The Dependency property AreCancelEnterButtonsEnabledProperty.
Declaration
public static readonly RadProperty AreCancelEnterButtonsEnabledProperty
Field Value
RadProperty
|
IsFormulaBarEnabledProperty
The Dependency property IsFormulaBarEnabledProperty.
Declaration
public static readonly RadProperty IsFormulaBarEnabledProperty
Field Value
RadProperty
|
RadSpreadsheetProperty
The Dependency property RadSpreadsheetProperty.
Declaration
public static readonly RadProperty RadSpreadsheetProperty
Field Value
RadProperty
|
Properties
ApplyChangesCommand
Gets the apply changes command.
Declaration
public ICommand ApplyChangesCommand { get; }
Property Value
System.Windows.Input.ICommand
The apply changes command. |
ButtonsElement
Declaration
public FormulaBarButtonsElement ButtonsElement { get; }
Property Value
FormulaBarButtonsElement
|
CancelChangesCommand
Gets the cancel changes command.
Declaration
public ICommand CancelChangesCommand { get; }
Property Value
System.Windows.Input.ICommand
The cancel changes command. |
CancelFormulaButton
Declaration
public LightVisualButtonElement CancelFormulaButton { get; }
Property Value
LightVisualButtonElement
|
Dispatcher
FunctionEditor
Declaration
public FormulaBarFunctionEditor FunctionEditor { get; }
Property Value
FormulaBarFunctionEditor
|
InsertFormulaButton
Declaration
public LightVisualButtonElement InsertFormulaButton { get; }
Property Value
LightVisualButtonElement
|
InsertFunctionButton
Declaration
public LightVisualButtonElement InsertFunctionButton { get; }
Property Value
LightVisualButtonElement
|
IsFormulaBarButtonEnabled
Gets or sets a value indicating whether the formula bar button is enabled.
Declaration
public bool IsFormulaBarButtonEnabled { get; set; }
Property Value
System.Boolean
The formula bar button IsEnabled state. |
IsFormulaBarEnabled
Gets or sets a value indicating whether the formula bar is enabled.
Declaration
public bool IsFormulaBarEnabled { get; set; }
Property Value
System.Boolean
The formula bar IsEnabled state. |
NameBoxElement
Declaration
public FormulaBarNameBoxElement NameBoxElement { get; }
Property Value
FormulaBarNameBoxElement
|
RadSpreadsheet
Gets or sets the RadSpreadsheet of the control.
Declaration
public RadSpreadsheetElement RadSpreadsheet { get; set; }
Property Value
RadSpreadsheetElement
The RadSpreadsheet. |
TextBoxElement
Declaration
public FormulaBarTextBoxElement TextBoxElement { get; }
Property Value
FormulaBarTextBoxElement
|
Methods
CreateChildElements()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
protected override void CreateChildElements()
Overrides
OnIsFormulaBarButtonEnabledChangedOverride()
Called when formula bar button enabled property is changed.
Declaration
protected virtual void OnIsFormulaBarButtonEnabledChangedOverride()
OnRadSpreadsheetPropertyChangedOverride()
Called when RadSpreadsheet property is changed.
Declaration
protected virtual void OnRadSpreadsheetPropertyChangedOverride()