Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcTextBox Class / Format Property


In This Topic
    Format Property (GcTextBox)
    In This Topic
    Gets or sets the input format to use in the control. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property Format As String
    'Usage
     
    Dim instance As GcTextBox
    Dim value As String
     
    instance.Format = value
     
    value = instance.Format
    public string Format {get; set;}

    Property Value

    The string that used to control how text can be input.
    The default is String.Empty.
    Remarks
    This property specified what kind of chars and symbols is allowed to input.
    See Also