Class GroupBarItemHeader
Helper class that provides possibilities to place and layout the text and the image to display in the header of the FxGroupBarItem.
Inherited Members
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
[SkinType]
public class GroupBarItemHeader : TextImageControl
Constructors
GroupBarItemHeader()
Initializes a new instance of the GroupBarItemHeader class.
Declaration
public GroupBarItemHeader()
GroupBarItemHeader(String, ImageSource)
Initializes a new instance of the GroupBarItemHeader class.
Declaration
public GroupBarItemHeader(string text, ImageSource imageSource)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text group bar item header. |
System.Windows.Media.ImageSource | imageSource | The image source. |
Fields
IsInEditModeProperty
Identifies IsInEditMode dependency property.
Declaration
public static readonly DependencyProperty IsInEditModeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IsInEditMode
Gets or sets a value indicating whether this instance is in edit mode.
Declaration
public bool IsInEditMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if this instance is in edit mode; otherwise, false |
Methods
GetClone(GroupBarItemHeader)
Declaration
public GroupBarItemHeader GetClone(GroupBarItemHeader Source)
Parameters
Type | Name | Description |
---|---|---|
GroupBarItemHeader | Source |
Returns
Type |
---|
GroupBarItemHeader |
OnApplyTemplate()
Builds the current template's visual tree if necessary.
Declaration
public override void OnApplyTemplate()
OnGotFocus(RoutedEventArgs)
Invoked whenever an unhandled System.Windows.UIElement.GotFocus event reaches this element in its route.
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEventArgs | e | The System.Windows.RoutedEventArgs that contains the event data. |
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e | The System.Windows.RoutedEventArgs that contains the event data. |