WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MaskedEditDataGroupInfo

    Show / Hide Table of Contents

    Class MaskedEditDataGroupInfo

    The DataGroup that will specify the behavior and formatting of a DataGroup within the MaskedEditBox control.

    Inheritance
    System.Object
    MaskedEditDataGroupInfo
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public sealed class MaskedEditDataGroupInfo : Component

    Constructors

    MaskedEditDataGroupInfo()

    Overloaded. Initializes an object of type MaskedEditDataGroupInfo.

    Declaration
    public MaskedEditDataGroupInfo()
    Remarks

    The MaskedEditDataGroupInfo class holds the information needed to intialize a data group for the MaskedEditBox control.

    MaskedEditDataGroupInfo(String, Int32, MaskGroupAlignment)

    Initializes an object of type MaskedEditDataGroupInfo.

    Declaration
    public MaskedEditDataGroupInfo(string dataGroupName, int dataGroupSize, MaskGroupAlignment dataGroupAlignment)
    Parameters
    Type Name Description
    System.String dataGroupName

    The name of the DataGroup.

    System.Int32 dataGroupSize

    The DataGroup size.

    MaskGroupAlignment dataGroupAlignment

    The DataGroup alignment.

    Properties

    DataGroupAlignment

    Gets / sets the alignment of the DataGroup.

    Declaration
    public MaskGroupAlignment DataGroupAlignment { get; set; }
    Property Value
    Type Description
    MaskGroupAlignment

    DataGroupName

    Gets / sets the name of the DataGroup.

    Declaration
    public string DataGroupName { get; set; }
    Property Value
    Type Description
    System.String

    DataGroupsCollection

    Gets / sets the collection of datagroups.

    Declaration
    public MaskedEditDataGroupInfoCollection DataGroupsCollection { get; set; }
    Property Value
    Type Description
    MaskedEditDataGroupInfoCollection

    DataGroupSize

    Gets / sets the size of the DataGroup.

    Declaration
    public int DataGroupSize { get; set; }
    Property Value
    Type Description
    System.Int32

    DataGroupValue

    Returns the value of the DataGroup.

    Declaration
    public string DataGroupValue { get; }
    Property Value
    Type Description
    System.String

    Events

    PropertyChanged

    PropertyChanged event handler.

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved