Skip to main content

FormattingRuleCollection.Visible Property

OBSOLETE

The Visible property is now obsolete. Use the GetEffectiveVisible() method instead.

Returns the visibility state applied to a control by the rules from the FormattingRuleCollection, and whose FormattingRule.Condition is true.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[Obsolete("The Visible property is now obsolete. Use the GetEffectiveVisible method instead.")]
public DefaultBoolean Visible { get; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean value, which represents the visibility state.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

The Visible property is now obsolete. Use the FormattingRuleCollection.GetEffectiveVisible method instead.

See Also