'Declaration <DescriptionAttribute("Indicates if the height of the row should be adjusted to fit the editors of the row's cells.")> <CategoryAttribute("Appearance")> <RefreshPropertiesAttribute(RefreshProperties.All)> <ApplyToDesignerAttribute(True)> Public Property FitHeightToEditors As Boolean
'Usage Dim instance As CellRow Dim value As Boolean instance.FitHeightToEditors = value value = instance.FitHeightToEditors
[Description("Indicates if the height of the row should be adjusted to fit the editors of the row's cells.")] [Category("Appearance")] [RefreshProperties(RefreshProperties.All)] [ApplyToDesigner(true)] public bool FitHeightToEditors {get; set;}