Skip to main content
All docs
V25.1
  • TablePanelEntity.Visible Property

    Gets or sets whether the row/column is visible.

    Namespace: DevExpress.Utils.Layout

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    [DefaultValue(true)]
    [DXCategory("Behavior")]
    public bool Visible { get; set; }

    Property Value

    Type Default Description
    Boolean true

    The row/column’s visibility.

    See Also