RadioGroup.Enabled Property

enabled.Represents the attribte in schema: enabled

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "enabled")> _
Public Property Enabled As BooleanValue
    Get
    Set
'Usage
Dim instance As RadioGroup
Dim value As BooleanValue

value = instance.Enabled

instance.Enabled = value
[SchemaAttrAttribute(, "enabled")]
public BooleanValue Enabled { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue

See Also

Reference

RadioGroup Class

RadioGroup Members

DocumentFormat.OpenXml.Office2010.CustomUI Namespace