RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TextRange Class / IsTableSelected Property

In This Topic
    IsTableSelected Property
    In This Topic
    Gets or sets a value that indicates whether the whole C1Table is selected.
    Syntax
    'Declaration
     
    Public Property IsTableSelected As Boolean
    public bool IsTableSelected {get; set;}
    See Also