A newer version of this page is available.
Switch to the current version.
DataViewBase.ActualTotalSummaryItemTemplateSelector Property
Gets the actual template selector that chooses a total summary item template based on custom logic. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll
Declaration
public DataTemplateSelector ActualTotalSummaryItemTemplateSelector { get; }
Public ReadOnly Property ActualTotalSummaryItemTemplateSelector As DataTemplateSelector
Property Value
Type | Description |
---|---|
DataTemplateSelector | A DataTemplateSelector descendant that chooses a template based on custom logic. |
Remarks
To learn more, see Choosing Templates Based on Custom Logic.
See Also
Feedback