menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StatusBarSettings - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StatusBarSettings

    Properties in this class are used Binding the contents to Textblock and visibility mode in Status Bar

    Inheritance
    System.Object
    StatusBarSettings
    Namespace: Syncfusion.Windows.Edit
    Assembly: Syncfusion.Edit.Wpf.dll
    Syntax
    public class StatusBarSettings : DependencyObject

    Constructors

    StatusBarSettings()

    Constructor for StatusBarSettings()

    Declaration
    public StatusBarSettings()

    Properties

    ColumnNumber

    Gets or Sets the Column index as Caret Position and displays the exact postion of the cursor on the status bar in the edit control form

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

    EncodingName

    Gets or Sets the encoding type of the form loaded in Edit Control to be shown in the statusbar

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

    FilePath

    Gets or Sets the Current Application Executable Path in Edit Control to be shown in statusbar

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

    LineNumber

    Gets or Sets the Line Index and displays the exact Line Number on status bar where the cursor placed in edit control form

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

    ShowColumnNumber

    Gets or Sets the Visibility Property for Cursor Index in Edit Control to indicate whether it needs to be displayed in the statusbar or not

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

    ShowEncoding

    Gets or Sets the Visibility Property for Encoding Name in Edit Control to indicate whether it should be displayed in the statusbar or not

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

    ShowFilePath

    Gets or Sets the Visibility Property for File Location in Edit Control to indicate if it needs to be shown in statusbar.

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

    ShowLineNumber

    Gets or Sets the Visibility Property for Line Number in Edit Control to indicate whether it needs to be displayed in the statusbar or not

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

    Visibility

    Gets or Sets the Visibility Property for StatusBar to indicate if it needs to be shown in the Edit Control form.

    Declaration
    public Visibility Visibility { get; set; }
    Property Value
    Type
    System.Windows.Visibility
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved