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 Rad
Declaration
public RadSpreadsheetFormulaBar()
Fields
AreCancelEnterButtonsEnabledProperty
The Dependency property AreCancelEnterButtonsEnabledProperty.
Declaration
public static readonly RadProperty AreCancelEnterButtonsEnabledProperty
Field Value
IsFormulaBarEnabledProperty
The Dependency property IsFormulaBarEnabledProperty.
Declaration
public static readonly RadProperty IsFormulaBarEnabledProperty
Field Value
RadSpreadsheetProperty
The Dependency property RadSpreadsheetProperty.
Declaration
public static readonly RadProperty RadSpreadsheetProperty
Field Value
Properties
ApplyChangesCommand
Gets the apply changes command.
Declaration
public ICommand ApplyChangesCommand { get; }
Property Value
System. The apply changes command. |
ButtonsElement
Declaration
public FormulaBarButtonsElement ButtonsElement { get; }
Property Value
CancelChangesCommand
Gets the cancel changes command.
Declaration
public ICommand CancelChangesCommand { get; }
Property Value
System. The cancel changes command. |
CancelFormulaButton
Declaration
public LightVisualButtonElement CancelFormulaButton { get; }
Property Value
Dispatcher
FunctionEditor
Declaration
public FormulaBarFunctionEditor FunctionEditor { get; }
Property Value
InsertFormulaButton
Declaration
public LightVisualButtonElement InsertFormulaButton { get; }
Property Value
InsertFunctionButton
Declaration
public LightVisualButtonElement InsertFunctionButton { get; }
Property Value
IsFormulaBarButtonEnabled
Gets or sets a value indicating whether the formula bar button is enabled.
Declaration
public bool IsFormulaBarButtonEnabled { get; set; }
Property Value
System. 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. The formula bar IsEnabled state. |
NameBoxElement
Declaration
public FormulaBarNameBoxElement NameBoxElement { get; }
Property Value
RadSpreadsheet
Gets or sets the RadSpreadsheet of the control.
Declaration
public RadSpreadsheetElement RadSpreadsheet { get; set; }
Property Value
Rad The RadSpreadsheet. |
TextBoxElement
Declaration
public FormulaBarTextBoxElement TextBoxElement { get; }
Property Value
Methods
CreateChildElements()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
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()