The RadCheckBoxThreeStateAttribute determines whether properties inside RadPropertyGrid will have a three state check box editor or a two state one.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[AttributeUsage(AttributeTargets.Property)]
public class RadCheckBoxThreeStateAttribute : Attribute, _Attribute
Inheritance: objectAttributeRadCheckBoxThreeStateAttribute
Implements:
Inherited Members
Constructors
Creates a new instance of the RadCheckBoxThreeStateAttribute attribute with the specified value.
C#
public RadCheckBoxThreeStateAttribute(bool value)
The value defining whether the editor should be three state.