alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class BoolMembers

    Represents the BoolMembers class

    Inheritance
    System.Object
    BoolMembers
    Namespace: Syncfusion.Windows.PropertyGrid
    Assembly: Syncfusion.PropertyGrid.Wpf.dll
    Syntax
    public class BoolMembers : Object

    Constructors

    BoolMembers()

    Declaration
    public BoolMembers()

    Properties

    DispalyName

    Represent the DispalyName property

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

    Value

    Represents the Value Porperty

    Declaration
    public Nullable<bool> Value { get; set; }
    Property Value
    Type
    System.Nullable<System.Boolean>
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved