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

In This Topic
    CheckedText 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 true.
    Syntax
    'Declaration
     
    
    Public Property CheckedText As String
    public string CheckedText {get; set;}
    See Also