WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FocusUtility - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FocusUtility

    Inheritance
    System.Object
    FocusUtility
    Namespace: Syncfusion.UI.Xaml.Diagram.Utility
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class FocusUtility : DependencyObject

    Constructors

    FocusUtility()

    Declaration
    public FocusUtility()

    Fields

    FocusOnLoadProperty

    Declaration
    public static DependencyProperty FocusOnLoadProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Methods

    GetFocusOnLoad(DependencyObject)

    Declaration
    public static bool GetFocusOnLoad(DependencyObject dp)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dp
    Returns
    Type Description
    System.Boolean

    SetFocusOnLoad(DependencyObject, Boolean)

    Declaration
    public static void SetFocusOnLoad(DependencyObject dp, bool value)
    Parameters
    Type Name Description
    System.Windows.DependencyObject dp
    System.Boolean value
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved