WPF

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

    Show / Hide Table of Contents

    Class GridDataCurrencyEditVisibleColumnControl

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

    Constructors

    GridDataCurrencyEditVisibleColumnControl()

    Declaration
    public GridDataCurrencyEditVisibleColumnControl()

    Fields

    IsScrollingOnCircleProperty

    IsScrollingOnCircle Dependency Property

    Declaration
    public static readonly DependencyProperty IsScrollingOnCircleProperty
    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

    Properties

    IsScrollingOnCircle

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

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

    MaxValue

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

    Declaration
    public decimal MaxValue { get; set; }
    Property Value
    Type Description
    System.Decimal

    MinValue

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

    Declaration
    public decimal MinValue { get; set; }
    Property Value
    Type Description
    System.Decimal

    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