menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UpIndicatorContentControl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class UpIndicatorContentControl

    Represents a class that maintains the common functionalities of UpIndicatorContent control.

    Inheritance
    System.Object
    UpIndicatorContentControl
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class UpIndicatorContentControl : ContentControl, IDisposable

    Constructors

    UpIndicatorContentControl()

    Initializes a new instance of UpIndicatorContentControl class.

    Declaration
    public UpIndicatorContentControl()

    Properties

    IsOpen

    Gets or sets a value indicating whether the UpIndicatorContentControl is open or not.

    Declaration
    public bool IsOpen { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    Dispose()

    Disposes all the resources used by the UpIndicatorContentControl class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the UpIndicatorContentControl 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 UpIndicatorContentControl.

    Declaration
    protected override void OnApplyTemplate()

    Implements

    System.IDisposable

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved