Interface IRowItem
Supports row-like UI elements.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Data.dll
Syntax
public interface IRowItem
Properties
DataContext
Gets or sets the data context.
Declaration
object DataContext { get; set; }
Property Value
System.Object
The data context. |
RowIndicatorVisibility
Gets or sets the row indicator visibility.
Declaration
Visibility RowIndicatorVisibility { get; set; }
Property Value
System.Windows.Visibility
The row indicator visibility. |
Methods
Dispose()
Releases unmanaged and - optionally - managed resources.
Declaration
void Dispose()