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.v24.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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
The Visible property is now obsolete. Use the FormattingRuleCollection.GetEffectiveVisible method instead.
See Also