Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupSeparatorMode - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupSeparatorMode

    It contains the values for the GroupSeparatorMode enumeration that determines the group separator active mode.

    Inheritance
    System.Object
    GroupSeparatorMode
    Namespace: Syncfusion.SfNumericTextBox.iOS
    Assembly: Syncfusion.SfNumericTextBox.iOS.dll
    Syntax
    public sealed class GroupSeparatorMode : Enum

    Fields

    Always

    Value updated with group separator on every key press.

    Declaration
    public const GroupSeparatorMode Always
    Field Value
    Type Description
    GroupSeparatorMode

    LostFocus

    Value updated with group separator after the control loses focus.

    Declaration
    public const GroupSeparatorMode LostFocus
    Field Value
    Type Description
    GroupSeparatorMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved