WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridDataUpDownEditVisibleColumnControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridDataUpDownEditVisibleColumnControl

    Inheritance
    System.Object
    GridDataRowControl
    GridDataVisibleColumnControl
    GridDataNumberFormatStyleControl
    GridDataUpDownEditVisibleColumnControl
    Inherited Members
    GridDataNumberFormatStyleControl.NumberFormatInfoProperty
    GridDataNumberFormatStyleControl.NumberFormatInfo
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class GridDataUpDownEditVisibleColumnControl : GridDataNumberFormatStyleControl

    Constructors

    GridDataUpDownEditVisibleColumnControl()

    Declaration
    public GridDataUpDownEditVisibleColumnControl()

    Fields

    AnimationSpeedProperty

    AnimationSpeed Dependency Property

    Declaration
    public static readonly DependencyProperty AnimationSpeedProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FocusedBackgroundProperty

    FocusedBackground Dependency Property

    Declaration
    public static readonly DependencyProperty FocusedBackgroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FocusedBorderBrushProperty

    FocusedBorderBrush Dependency Property

    Declaration
    public static readonly DependencyProperty FocusedBorderBrushProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    FocusedForegroundProperty

    FocusedForeground Dependency Property

    Declaration
    public static readonly DependencyProperty FocusedForegroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    MaxValueProperty

    MaxValue Dependency Property

    Declaration
    public static readonly DependencyProperty MaxValueProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    MinValueProperty

    MinValue Dependency Property

    Declaration
    public static readonly DependencyProperty MinValueProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    NegativeForegroundProperty

    NegativeForeground Dependency Property

    Declaration
    public static readonly DependencyProperty NegativeForegroundProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    AnimationSpeed

    Gets or sets the AnimationSpeed property. This dependency property indicates ....

    Declaration
    public double AnimationSpeed { get; set; }
    Property Value
    Type Description
    System.Double

    FocusedBackground

    Gets or sets the FocusedBackground property. This dependency property indicates ....

    Declaration
    public Brush FocusedBackground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    FocusedBorderBrush

    Gets or sets the FocusedBorderBrush property. This dependency property indicates ....

    Declaration
    public Brush FocusedBorderBrush { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    FocusedForeground

    Gets or sets the FocusedForeground property. This dependency property indicates ....

    Declaration
    public Brush FocusedForeground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    MaxValue

    Gets or sets the MaxValue property. This dependency property indicates ....

    Declaration
    public double MaxValue { get; set; }
    Property Value
    Type Description
    System.Double

    MinValue

    Gets or sets the MinValue property. This dependency property indicates ....

    Declaration
    public double MinValue { get; set; }
    Property Value
    Type Description
    System.Double

    NegativeForeground

    Gets or sets the NegativeForeground property. This dependency property indicates ....

    Declaration
    public Brush NegativeForeground { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Brush

    Methods

    InitializeGridStyle(GridStyleInfo)

    Declaration
    public override void InitializeGridStyle(GridStyleInfo gridStyle)
    Parameters
    Type Name Description
    GridStyleInfo gridStyle
    Overrides
    GridDataNumberFormatStyleControl.InitializeGridStyle(GridStyleInfo)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved