ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCheckBoxColumn Class / UncheckedText Property

In This Topic
    UncheckedText Property (DataGridCheckBoxColumn)
    In This Topic
    Gets or sets the text displayed in the auto-filter and the method GetCellText when the value of the cell is false.
    Syntax
    'Declaration
     
    
    Public Property UncheckedText As String
    public string UncheckedText {get; set;}
    See Also