RibbonGalleryCategory Class

Applies to v2.

Represents a category in a ribbon gallery.

Inheritance Hierarchy

System.Object
  Microsoft.WebMatrix.Extensibility.RibbonGalleryCategory

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Class RibbonGalleryCategory _
    Implements INotifyPropertyChanged
'Usage
Dim instance As RibbonGalleryCategory
public class RibbonGalleryCategory : INotifyPropertyChanged
public ref class RibbonGalleryCategory : INotifyPropertyChanged
type RibbonGalleryCategory =  
    class 
        interface INotifyPropertyChanged 
    end
public class RibbonGalleryCategory implements INotifyPropertyChanged

The RibbonGalleryCategory type exposes the following members.

Constructors

  Name Description
Public method RibbonGalleryCategory Initializes a new instance of the RibbonGalleryCategory class.

Top

Properties

  Name Description
Public property ColumnCount Gets or sets the number of columns to use for laying out items in the category.
Public property Header Gets the header text.
Public property ItemContainerStyle Gets or sets a style used for the containers of items in the category.
Public property Items Gets a sequence of items in the category.
Public property ItemTemplate Gets a DataTemplate used to display the items in the category.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event PropertyChanged Occurs when a property changes a value.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace