'Declaration <DescriptionAttribute("Indicates if the text of the grid element should be wrapped.")> <CategoryAttribute("Appearance")> <ApplyToDesignerAttribute(True)> Public Property WordWrap As Boolean
'Usage Dim instance As GridControl Dim value As Boolean instance.WordWrap = value value = instance.WordWrap
[Description("Indicates if the text of the grid element should be wrapped.")] [Category("Appearance")] [ApplyToDesigner(true)] public bool WordWrap {get; set;}