Class CaptionSummaryRowControl
Represents the class that provides the common functionalities of caption summary rows.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public class CaptionSummaryRowControl : VirtualizingCellsControl, IDisposable
Constructors
CaptionSummaryRowControl()
Initializes a new instance of CaptionSummaryRowControl class.
Declaration
public CaptionSummaryRowControl()
Fields
IsExpandedProperty
Dependency registration for IsExpanded property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IsExpanded
Gets or sets a value indicating whether this instance Expanded or Collapsed
Declaration
public bool IsExpanded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if this instance ; otherwise, false. |
Methods
ArrangeOverride(Size)
Provides the behaviour for the "Arrange" pass of layout.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The final area within the parent that this object should use to arrange itself and its children. |
Returns
Type | Description |
---|---|
System.Windows.Size | The actual size that is used after the element is arranged in layout. |
Dispose(Boolean)
Disposes all the resources used by the CaptionSummaryRowControl class.
Declaration
protected override void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. |
Overrides
OnApplyTemplate()
Invoked to apply template for CaptionSummaryRowControl.
Declaration
public override void OnApplyTemplate()
Overrides
OnPreviewMouseDown(MouseButtonEventArgs)
Declaration
protected override void OnPreviewMouseDown(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e |
OnPreviewMouseLeftButtonUp(MouseButtonEventArgs)
Declaration
protected override void OnPreviewMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e |
Implements
System.IDisposable