Class RadControl
Inheritance
System.Object
RadControl
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class RadControl : Control
Constructors
RadControl()
Declaration
protected RadControl()
Properties
CurrentVisualState
Declaration
public string CurrentVisualState { get; }
Property Value
|
System.String
|
IsLoaded
Declaration
protected bool IsLoaded { get; }
Property Value
|
System.Boolean
|
IsLoading
Declaration
protected bool IsLoading { get; }
Property Value
|
System.Boolean
|
IsTemplateApplied
Declaration
protected bool IsTemplateApplied { get; }
Property Value
|
System.Boolean
|
IsUnloaded
Declaration
protected bool IsUnloaded { get; }
Property Value
|
System.Boolean
|
WasUnloaded
Declaration
protected bool WasUnloaded { get; }
Property Value
|
System.Boolean
|
Methods
ApplyTemplateCore()
Declaration
protected virtual bool ApplyTemplateCore()
Returns
|
System.Boolean
|
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
|
Windows.Foundation.Size
finalSize
|
Returns
|
Windows.Foundation.Size
|
BeginVisualStateUpdate()
Declaration
protected void BeginVisualStateUpdate()
CanUpdateVisualState()
Declaration
protected virtual bool CanUpdateVisualState()
Returns
|
System.Boolean
|
ComposeVisualStateName()
Declaration
protected virtual string ComposeVisualStateName()
Returns
|
System.String
|
EndVisualStateUpdate(Boolean, Boolean)
Declaration
protected void EndVisualStateUpdate(bool update, bool animate)
Parameters
|
System.Boolean
update
|
|
System.Boolean
animate
|
LoadCore()
Declaration
protected virtual void LoadCore()
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
|
Windows.Foundation.Size
|
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
OnIsEnabledChanged(Boolean, Boolean)
Declaration
protected virtual void OnIsEnabledChanged(bool newValue, bool oldValue)
Parameters
|
System.Boolean
newValue
|
|
System.Boolean
oldValue
|
OnLoaded()
Declaration
protected virtual void OnLoaded()
OnTemplateApplied()
Declaration
protected virtual void OnTemplateApplied()
SetVisualState(String, Boolean)
Declaration
protected virtual void SetVisualState(string state, bool animate)
Parameters
|
System.String
state
|
|
System.Boolean
animate
|
UnapplyTemplateCore()
Declaration
protected virtual void UnapplyTemplateCore()
UnloadCore()
Declaration
protected virtual void UnloadCore()
UpdateVisualState(Boolean)
Declaration
protected virtual void UpdateVisualState(bool animate)
Parameters
|
System.Boolean
animate
|