Interface
IRadTileViewItem

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadTileViewItem : IContentControl, IControl, IFrameworkElement, ITargetElement

Derived Classes: RadTileViewItemRadTileViewItem

Inherited Members IControl.IsEnabledIFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

HeaderText

Declaration

cs-api-definition
string HeaderText { get; }

Property Value

string

IsMaximized

Declaration

cs-api-definition
bool IsMaximized { get; }

Property Value

bool

IsMinimized

Declaration

cs-api-definition
bool IsMinimized { get; }

Property Value

bool

IsRestored

Declaration

cs-api-definition
bool IsRestored { get; }

Property Value

bool

ItemIndex

Declaration

cs-api-definition
int ItemIndex { get; }

Property Value

int

MinimizedHeight

Declaration

cs-api-definition
double MinimizedHeight { get; set; }

Property Value

double

MinimizedWidth

Declaration

cs-api-definition
double MinimizedWidth { get; set; }

Property Value

double

Position

Declaration

cs-api-definition
int Position { get; }

Property Value

int

ToggleStateButtonElement

Declaration

cs-api-definition
FrameworkElement ToggleStateButtonElement { get; }

Property Value

FrameworkElement

Methods

ToggleState()

Declaration

cs-api-definition
void ToggleState()