'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Determines whether the text will be rendered using RichText logic.")> Public Property UseRichText As System.Boolean
'Usage
Dim instance As NHeaderColumnExtendedInfo Dim value As System.Boolean instance.UseRichText = value value = instance.UseRichText
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Determines whether the text will be rendered using RichText logic.")] public System.bool UseRichText {get; set;}