Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

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

See Also