Gets or sets the name of the style assigned to the XRPivotGridStyles.FilterSeparatorStyle property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v19.2.dll
[Browsable(false)]
public virtual string FilterSeparatorStyleName { get; set; }
<Browsable(False)>
Public Overridable Property FilterSeparatorStyleName As String
Type | Description |
---|---|
String | A String value, which represents the style name. |
Normally, you don't need to use this property. Instead, access the cell style via the XRPivotGridStyles.FilterSeparatorStyle property of a pivot grid's XRControl.Styles.