FormattingRuleCollection.GetEffectiveVisible() Method
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
Returns
Type | Description |
---|---|
DefaultBoolean | A DefaultBoolean value, which represents the visibility state. |
Remarks
For more information on using this method, refer to the Formatting.Visible property of a formatting rule’s FormattingRule.Formatting object.
See Also