Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / HeaderFooter Class / MinHeight Property


In This Topic
    MinHeight Property (HeaderFooter)
    In This Topic
    Gets or sets the minimum height of the header or footer section, in hundredths of an inch.
    Syntax
    'Declaration
     
    <DescriptionAttribute("The minimum height of the header or footer section, in hundredths of an inch.")>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(0)>
    <LocalizableAttribute(True)>
    <EditorAttribute("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)>
    <EndUserDisplayNameAttribute("Minimum Allowed Height")>
    Public Property MinHeight As Integer
    'Usage
     
    Dim instance As HeaderFooter
    Dim value As Integer
     
    instance.MinHeight = value
     
    value = instance.MinHeight
    [Description("The minimum height of the header or footer section, in hundredths of an inch.")]
    [Category("Appearance")]
    [DefaultValue(0)]
    [Localizable(true)]
    [Editor("Xceed.Grid.Reporting.Design.UnitValueEditor, Xceed.Grid.v4.3,Version=4.3.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6", System.Drawing.Design.UITypeEditor)]
    [EndUserDisplayName("Minimum Allowed Height")]
    public int MinHeight {get; set;}

    Property Value

    A value representing the minimum height of the header or footer section, in hundredths of an inch. By default, 0.
    Remarks

    The MinHeight property must be greater than or equal to zero.

    To convert values from a specific Unit to hundredth's of an inch, and vice-versa, a UnitConverter can be used.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also