Interface IElementPresenter
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public interface IElementPresenter
Properties
IsVisible
Declaration
bool IsVisible { get; }
Property Value
System.
|
Methods
MeasureContent(Object, Object)
Declaration
RadSize MeasureContent(object owner, object content)
Parameters
System.
|
System.
|
Returns
RefreshNode(Object)
Declaration
void RefreshNode(object node)
Parameters
System.
|