Back to Devexpress

PivotCustomFieldValueCellsEventArgs.Split Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomfieldvaluecellseventargs-dot-split.md

latest1.4 KB
Original Source

PivotCustomFieldValueCellsEventArgs.Split Method

NameParametersDescription
Split(Boolean, Predicate<FieldValueCell>, FieldValueSplitData[])isColumn, match, cellsSplits all field value cells that match the specified condition.
Split(Boolean, Predicate<FieldValueCell>, Boolean, FieldValueSplitData[])isColumn, match, firstCellOnly, cellsSplits all field value cells that match the specified condition, or only the first matching cell.
Split(Boolean, Predicate<FieldValueCell>, Boolean, IList<FieldValueSplitData>)isColumn, match, firstCellOnly, cellsSplits all field value cells that match the specified condition, or only the first matching cell.
Split(Boolean, Predicate<FieldValueCell>, IList<FieldValueSplitData>)isColumn, match, cellsSplits all field value cells that match the specified condition.