Class DownIndicatorContentControl
Represents a class that provides the common functionalities of DownIndicatorContent control.
Inheritance
System.Object
DownIndicatorContentControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Grids
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class DownIndicatorContentControl : ContentControl, IDisposable
Constructors
DownIndicatorContentControl()
Initializes a new instance of DownIndicatorContentControl class.
Declaration
public DownIndicatorContentControl()
Properties
IsOpen
Gets or sets a value indicating whether the DownIndicatorContentControl is open or not.
Declaration
public bool IsOpen { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose()
Disposes all the resources used by the DownIndicatorContentControl class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the DownIndicatorContentControl class.
Declaration
protected virtual void Dispose(bool isDisposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isDisposing | Indicates whether the call is from Dispose method or from a finalizer. |
OnApplyTemplate()
Invoked to apply template for DownIndicatorContentControl.
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable