'Declaration <DescriptionAttribute("The maximum width of the column, in pixels.")> <CategoryAttribute("Behavior")> <RefreshPropertiesAttribute(RefreshProperties.All)> <AmbientValueAttribute(-2147483648)> <LocalizableAttribute(True)> <ApplyToDesignerAttribute(True)> Public Property MaxWidth As Integer
'Usage Dim instance As Column Dim value As Integer instance.MaxWidth = value value = instance.MaxWidth
[Description("The maximum width of the column, in pixels.")] [Category("Behavior")] [RefreshProperties(RefreshProperties.All)] [AmbientValue(-2147483648)] [Localizable(true)] [ApplyToDesigner(true)] public int MaxWidth {get; set;}