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

FormatConditionRuleDataBar.ShowBarOnly Property

Gets or sets whether to display data bars within target cells without cell values.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DefaultValue(false)]
[XtraSerializableProperty]
[DXCategory("Behavior")]
public bool ShowBarOnly { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if data bars are displayed within cells without cell values; false, if data bars are displayed along with cell values.

See Also