menu

UWP

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

    Show / Hide Table of Contents

    Class DetailsViewContentPresenter

    Represents a class that provides the common functionalities of DetailsView Content presenter.

    Inheritance
    System.Object
    DetailsViewContentPresenter
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public class DetailsViewContentPresenter : ContentControl, IDetailsViewInfo

    Constructors

    DetailsViewContentPresenter()

    Initializes a new instance of DetailsViewContentPresenter class.

    Declaration
    public DetailsViewContentPresenter()

    Methods

    GetExtendedWidth()

    Gets the Extended width.

    Declaration
    public double GetExtendedWidth()
    Returns
    Type Description
    System.Double

    The Extended width if the content is IDetailsViewInfo; otherwise System.Double.NaN

    OnApplyTemplate()

    Invoked to apply template for the DetailsViewContentPresenter.

    Declaration
    protected override void OnApplyTemplate()

    SetClipRect(Rect)

    Sets the clipping region of this Graphics to the rectangle specified by a Rectangle structure.

    Declaration
    public void SetClipRect(Rect rect)
    Parameters
    Type Name Description
    Windows.Foundation.Rect rect

    The specified rectangle.

    SetHorizontalOffset(Double)

    Sets the horizontal offset.

    Declaration
    public void SetHorizontalOffset(double offset)
    Parameters
    Type Name Description
    System.Double offset

    The corresponding offset value.

    SetVerticalOffset(Double)

    Sets the vertical offset.

    Declaration
    public void SetVerticalOffset(double offset)
    Parameters
    Type Name Description
    System.Double offset

    The corresponding offset value.

    Extension Methods

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