Skip to main content
All docs
V25.1
  • TablePanel.AutoSizeDefaultTableElementLength Property

    Gets or sets the size of empty rows/columns of the AutoSize type.

    Namespace: DevExpress.Utils.Layout

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [DefaultValue(20)]
    [DXCategory("Layout")]
    public int AutoSizeDefaultTableElementLength { get; set; }

    Property Value

    Type Default Description
    Int32 20

    The size for empty rows/columns of the AutoSize type, in pixels.

    Remarks

    The TablePanelEntity.Style property specifies the row/column size type.

    If a row/column of the AutoSize type contains an item, the TablePanel adjusts the element size to best fit its content. If the auto-sized row/column does not display any items, the AutoSizeDefaultDefinitionLength property specifies its size:

    TablePanel - AutoSizeDefaultTableElementLength

    Refer to the following help topic for more information: Columns and Rows.

    See Also