Class GridViewGroupPanelCell
Inheritance
System.Object
GridViewGroupPanelCell
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class GridViewGroupPanelCell : ContentControl, IAutomationPeer, IPeerConverter, IGridViewGroupPanelCell, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
GridViewGroupPanelCell()
Declaration
public GridViewGroupPanelCell()
Properties
SortDirection
Declaration
public string SortDirection { get; }
Property Value
System.String
|
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|
Overrides
Implements
Close()
Declaration
public void Close()
Explicit Interface Implementations
IGridViewGroupPanelCell.Close()
IGridViewGroupPanelCell.SortDirection
Declaration
string IGridViewGroupPanelCell.SortDirection { get; }
Returns
System.String
|