skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class InsertFunctionArgumentControl

Represents the insert function argument control.

Inheritance
System.Object
InsertFunctionArgumentControl
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll

Syntax

public class InsertFunctionArgumentControl : Control

Constructors

InsertFunctionArgumentControl(ArgumentInfo)

Initializes a new instance of the InsertFunctionArgumentControl class.

Declaration
public InsertFunctionArgumentControl(ArgumentInfo argument)
Parameters
Telerik.Windows.Documents.Spreadsheet.Expressions.Functions.ArgumentInfo argument

The argument.

Fields

ArgumentNameProperty

Argument name dependency property.

Declaration
public static readonly DependencyProperty ArgumentNameProperty
Field Value
System.Windows.DependencyProperty

ArgumentStatusProperty

Argument status dependency property.

Declaration
public static readonly DependencyProperty ArgumentStatusProperty
Field Value
System.Windows.DependencyProperty

ArgumentTypeForegroundProperty

Argument type foreground dependency property.

Declaration
public static readonly DependencyProperty ArgumentTypeForegroundProperty
Field Value
System.Windows.DependencyProperty

ArgumentValueProperty

Argument value dependency property.

Declaration
public static readonly DependencyProperty ArgumentValueProperty
Field Value
System.Windows.DependencyProperty

Properties

Argument

Gets the argument.

Declaration
public ArgumentInfo Argument { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Expressions.Functions.ArgumentInfo

The argument.

ArgumentName

Gets or sets the name of the argument.

Declaration
public string ArgumentName { get; set; }
Property Value
System.String

The name of the argument.

ArgumentStatus

Gets or sets the argument status.

Declaration
public string ArgumentStatus { get; set; }
Property Value
System.String

The argument status.

ArgumentTypeForeground

Gets or sets the argument type foreground.

Declaration
public SolidColorBrush ArgumentTypeForeground { get; set; }
Property Value
System.Windows.Media.SolidColorBrush

The argument type foreground.

ArgumentValue

Gets or sets the argument value.

Declaration
public string ArgumentValue { get; set; }
Property Value
System.String

The argument value.

Methods

FocusTheTextBox()

Focuses the value text box.

Declaration
public void FocusTheTextBox()

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

Declaration
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

Events

EnterSelectionModeButtonClick

Occurs when the enter selection mode button is clicked.

Declaration
public event RoutedEventHandler EnterSelectionModeButtonClick
Event Type
System.Windows.RoutedEventHandler

ValueChanged

Occurs when an argument value is changed.

Declaration
public event RoutedEventHandler ValueChanged
Event Type
System.Windows.RoutedEventHandler

ValueTextBoxGotFocus

Occurs when the value text box gets focus.

Declaration
public event RoutedEventHandler ValueTextBoxGotFocus
Event Type
System.Windows.RoutedEventHandler

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.