menu

WPF

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

    Show / Hide Table of Contents

    Class WBSMask

    WBSMask class

    Inheritance
    System.Object
    WBSMask
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.ProjIO
    Assembly: Syncfusion.ProjIO.Base.dll
    Syntax
    public class WBSMask

    Constructors

    WBSMask()

    Declaration
    public WBSMask()

    Properties

    Length

    Gets or sets the maximum length in characters

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

    Level

    Gets or sets the level of the mask

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

    Separator

    Gets or sets the separator character of the node

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

    Type

    Gets or sets the type of the node value

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