menu

UWP

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

    Show / Hide Table of Contents

    Class SfGridSplitter

    Represents the control that redistributes space between columns or rows of a Grid control.

    Inheritance
    System.Object
    SfGridSplitter
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Controls.Input
    Assembly: Syncfusion.SfInput.UWP.dll
    Syntax
    public class SfGridSplitter : Control, IDisposable

    Constructors

    SfGridSplitter()

    Initializes a new instance of the System.Windows.Controls.SfGridSplitter class.

    Declaration
    public SfGridSplitter()

    Fields

    DownButtonTemplateProperty

    Using a DependencyProperty as the backing store for MyProperty. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty DownButtonTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    EnableCollapseButtonProperty

    Using a DependencyProperty as the backing store for EnableCollapseButton. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty EnableCollapseButtonProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    PreviewStyleProperty

    Identifies the System.Windows.Controls.SfGridSplitter.PreviewStyle dependency property.

    Declaration
    public static readonly DependencyProperty PreviewStyleProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    An identifier for the System.Windows.Controls.SfGridSplitter.PreviewStyle dependency property.

    ShowsPreviewProperty

    Identifies the System.Windows.Controls.SfGridSplitter.ShowsPreview dependency property.

    Declaration
    public static readonly DependencyProperty ShowsPreviewProperty
    Field Value
    Type Description
    Windows.UI.Xaml.DependencyProperty

    An identifier for the System.Windows.Controls.SfGridSplitter.ShowsPreview dependency property.

    UpButtonTemplateProperty

    Using a DependencyProperty as the backing store for UpButtonTemplate. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty UpButtonTemplateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    DownButtonTemplate

    Gets or sets a value indicating the System.Windows.Controls.SfGridSplitter Down button Template.

    Declaration
    public ControlTemplate DownButtonTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.ControlTemplate

    EnableCollapseButton

    Gets or sets a value indicating the System.Windows.Controls.SfGridSplitter EnableCollapseButton

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

    PreviewStyle

    Gets or sets the System.Windows.Style that is used for previewing changes.

    Declaration
    public Style PreviewStyle { get; set; }
    Property Value
    Type Description
    Windows.UI.Xaml.Style

    The style that is used to preview changes.

    ShowsPreview

    Gets or sets a value indicating whether the System.Windows.Controls.SfGridSplitter displays a preview.

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

    True if a preview is displayed; otherwise, false.

    UpButtonTemplate

    Gets or sets a value indicating the System.Windows.Controls.SfGridSplitter Up button Template.

    Declaration
    public ControlTemplate UpButtonTemplate { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Controls.ControlTemplate

    Methods

    Dispose()

    Represents dispose method for disposing unwanted objects

    Declaration
    public void Dispose()

    MoveSplitter(Double)

    Move the splitter and resize the affected columns or rows.

    Declaration
    public void MoveSplitter(double Change)
    Parameters
    Type Name Description
    System.Double Change

    Pixels to resize horizontally or vertically.

    OnApplyTemplate()

    Builds the visual tree for the System.Windows.Controls.SfGridSplitter control when a new template is applied.

    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