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 FunctionArgumentsDialogContent

Represents the content of the FunctionArgumentsDialog.

Inheritance
System.Object
ControlBase
RadSpreadsheetDialogContentBase
RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>
FunctionArgumentsDialogContentBase
FunctionArgumentsDialogContent
Inherited Members
RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.ShowDialog(FunctionArgumentsDialogContext)
RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.Show(FunctionArgumentsDialogContext)
RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.CloseOverride()
RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.Close()
RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.ExecuteOnNextClosed(Action)
RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.HostWindow
RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.Context
RadSpreadsheetDialogContentBase<FunctionArgumentsDialogContext>.Closed
RadSpreadsheetDialogContentBase.HeaderProperty
RadSpreadsheetDialogContentBase.ResizeModeProperty
RadSpreadsheetDialogContentBase.WindowStartupLocationProperty
RadSpreadsheetDialogContentBase.CanMoveProperty
RadSpreadsheetDialogContentBase.DialogResultProperty
RadSpreadsheetDialogContentBase.HostWindowMinWidthProperty
RadSpreadsheetDialogContentBase.HostWindowMinHeightProperty
RadSpreadsheetDialogContentBase.HostWindowMaxWidthProperty
RadSpreadsheetDialogContentBase.HostWindowMaxHeightProperty
RadSpreadsheetDialogContentBase.SetString(String)
RadSpreadsheetDialogContentBase.Header
RadSpreadsheetDialogContentBase.ResizeMode
RadSpreadsheetDialogContentBase.WindowStartupLocation
RadSpreadsheetDialogContentBase.CanMove
RadSpreadsheetDialogContentBase.DialogResult
RadSpreadsheetDialogContentBase.HostWindowMinWidth
RadSpreadsheetDialogContentBase.HostWindowMinHeight
RadSpreadsheetDialogContentBase.HostWindowMaxWidth
RadSpreadsheetDialogContentBase.HostWindowMaxHeight
ControlBase.GetTemplateChild<T>(String)
ControlBase.GetRequiredTemplateChild<T>(String, Boolean)
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll

Syntax

public class FunctionArgumentsDialogContent : FunctionArgumentsDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<FunctionArgumentsDialogContext>, IRadSpreadsheetDialogContent

Constructors

FunctionArgumentsDialogContent()

Initializes a new instance of the FunctionArgumentsDialogContent class.

Declaration
public FunctionArgumentsDialogContent()

Fields

CurrentArgumentDescriptionProperty

Current argument description dependency property.

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

CurrentArgumentNameProperty

Current argument name dependency property.

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

DefaultModeViewVisibilityProperty

Default mode view visibility dependency property.

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

FunctionDescriptionProperty

Function description dependency property.

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

FunctionNameProperty

Function name dependency property.

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

FunctionResultProperty

Function result dependency property.

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

ParameterizedFunctionMetadataVisibilityProperty

Parametrized function metadata visibility dependency property.

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

SelectionModeViewVisibilityProperty

Selection mode view visibility dependency property.

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

Properties

CurrentArgumentDescription

Gets or sets the current argument description.

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

The current argument description.

CurrentArgumentName

Gets or sets the name of the current argument.

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

The name of the current argument.

DefaultModeViewVisibility

Gets or sets the default mode view visibility.

Declaration
public Visibility DefaultModeViewVisibility { get; set; }
Property Value
System.Windows.Visibility

The default mode view visibility.

FunctionDescription

Gets or sets the function description.

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

The function description.

FunctionName

Gets or sets the name of the function.

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

The name of the function.

FunctionResult

Gets or sets the function result.

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

The function result.

ParameterizedFunctionMetadataVisibility

Gets or sets the parameterized function metadata visibility.

Declaration
public Visibility ParameterizedFunctionMetadataVisibility { get; set; }
Property Value
System.Windows.Visibility

The parameterized function metadata visibility.

SelectionModeViewVisibility

Gets or sets the selection mode view visibility.

Declaration
public Visibility SelectionModeViewVisibility { get; set; }
Property Value
System.Windows.Visibility

The selection mode view visibility.

Methods

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()
Overrides
Telerik.Windows.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<Telerik.Windows.Controls.Spreadsheet.Dialogs.FunctionArgumentsDialogContext>.OnApplyTemplate()

OnClosed()

Called when the dialog is closed.

Declaration
protected override void OnClosed()
Overrides
Telerik.Windows.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<Telerik.Windows.Controls.Spreadsheet.Dialogs.FunctionArgumentsDialogContext>.OnClosed()

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.

ShowDialogOverride()

Called before showing dialog.

Declaration
protected override void ShowDialogOverride()
Overrides
Telerik.Windows.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<Telerik.Windows.Controls.Spreadsheet.Dialogs.FunctionArgumentsDialogContext>.ShowDialogOverride()

ShowOverride()

Called before showing dialog.

Declaration
protected override void ShowOverride()
Overrides
Telerik.Windows.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<Telerik.Windows.Controls.Spreadsheet.Dialogs.FunctionArgumentsDialogContext>.ShowOverride()

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.