Spread WPF Documentation
RangeGroupButtonPresenter Class
Members 


GrapeCity.Windows.SpreadSheet.UI Namespace : RangeGroupButtonPresenter Class
Represents a GcSpreadSheet range group button that is used to expand or collapse the group.
Object Model
RangeGroupButtonPresenter Class
Syntax
'Declaration
 
<System.Windows.TemplateVisualStateAttribute(Name="Collapsed", GroupName="GroupState")>
<System.Windows.TemplateVisualStateAttribute(Name="Expanded", GroupName="GroupState")>
Public Class RangeGroupButtonPresenter 
   Inherits System.Windows.Controls.Button
'Usage
 
Dim instance As RangeGroupButtonPresenter
[System.Windows.TemplateVisualState(Name="Collapsed", GroupName="GroupState")]
[System.Windows.TemplateVisualState(Name="Expanded", GroupName="GroupState")]
public class RangeGroupButtonPresenter : System.Windows.Controls.Button 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.Primitives.ButtonBase
                           System.Windows.Controls.Button
                              GrapeCity.Windows.SpreadSheet.UI.RangeGroupButtonPresenter

See Also

Reference

RangeGroupButtonPresenter Members
GrapeCity.Windows.SpreadSheet.UI Namespace