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 |
---|
MaskGroupAlignment |
DataGroupName
Gets / sets the name of the DataGroup.
Declaration
public string DataGroupName { get; set; }
Property Value
Type |
---|
System.String |
DataGroupsCollection
Gets / sets the collection of datagroups.
Declaration
public MaskedEditDataGroupInfoCollection DataGroupsCollection { get; set; }
Property Value
Type |
---|
MaskedEditDataGroupInfoCollection |
DataGroupSize
Gets / sets the size of the DataGroup.
Declaration
public int DataGroupSize { get; set; }
Property Value
Type |
---|
System.Int32 |
DataGroupValue
Returns the value of the DataGroup.
Declaration
public string DataGroupValue { get; }
Property Value
Type |
---|
System.String |
Events
PropertyChanged
PropertyChanged event handler.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |