menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemWindow - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemWindow

    This class presents item in QuickTab mode.

    Inheritance
    System.Object
    GalleryItem
    ItemWindow
    Inherited Members
    GalleryItem.ArrangeOverride(Size)
    GalleryItem.Caption
    GalleryItem.CaptionAlignment
    GalleryItem.CaptionChanged
    GalleryItem.CaptionProperty
    GalleryItem.Description
    GalleryItem.DescriptionAlignment
    GalleryItem.DescriptionChanged
    GalleryItem.DescriptionProperty
    GalleryItem.DraggedEvent
    GalleryItem.HasFocus
    GalleryItem.HasFocusChanged
    GalleryItem.HasFocusProperty
    GalleryItem.HeightChanged
    GalleryItem.HeightProperty
    GalleryItem.IsAlwaysShownCaption
    GalleryItem.IsAlwaysShownCaptionChanged
    GalleryItem.IsAlwaysShownCaptionProperty
    GalleryItem.IsDragOver
    GalleryItem.IsDragOverProperty
    GalleryItem.IsSelected
    GalleryItem.IsSelectedChanged
    GalleryItem.IsSelectedChangedEvent
    GalleryItem.IsSelectedProperty
    GalleryItem.MeasureOverride(Size)
    GalleryItem.OnDragEnter(DragEventArgs)
    GalleryItem.OnDragLeave(DragEventArgs)
    GalleryItem.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)
    GalleryItem.OnHasFocusChanged(DependencyPropertyChangedEventArgs)
    GalleryItem.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)
    GalleryItem.OnMouseMove(MouseEventArgs)
    GalleryItem.OnMouseUp(MouseButtonEventArgs)
    GalleryItem.OnQueryContinueDrag(QueryContinueDragEventArgs)
    GalleryItem.OnVisualParentChanged(DependencyObject)
    GalleryItem.VisibilityChanged
    GalleryItem.VisibilityChangedEvent
    GalleryItem.VisualMode
    GalleryItem.VisualModeChanged
    GalleryItem.VisualModeProperty
    GalleryItem.WidthChanged
    GalleryItem.WidthProperty
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class ItemWindow : GalleryItem

    Constructors

    ItemWindow()

    Declaration
    public ItemWindow()

    Methods

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()
    Overrides
    GalleryItem.OnApplyTemplate()

    OnMouseDown(MouseButtonEventArgs)

    Invoked when MouseDown event is raised.

    Declaration
    protected override void OnMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    The instance that contains the event data.

    Overrides
    GalleryItem.OnMouseDown(MouseButtonEventArgs)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved