Skip to main content

TablePanelEntity.Visible Property

Gets or sets whether the row/column is visible.

Namespace: DevExpress.Utils.Layout

Assembly: DevExpress.Utils.v23.2.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