ClassRadCheckBoxThreeStateAttribute
Class
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:
cs-api-definition
[AttributeUsage(AttributeTargets.Property)]
public class RadCheckBoxThreeStateAttribute : Attribute, _Attribute
Inheritance: objectAttributeRadCheckBoxThreeStateAttribute
Implements:
Inherited Members
Constructors
RadCheckBoxThreeStateAttribute(bool)
Creates a new instance of the RadCheckBoxThreeStateAttribute attribute with the specified value.
Declaration
cs-api-definition
public RadCheckBoxThreeStateAttribute(bool value)
Parameters
value
The value defining whether the editor should be three state.