[]
Represents a control that provides a grid (MaxColumnCount * MaxRowCount) to select the method of displaying pages in multipage mode.
public class GridSizeEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
| Name | Description |
|---|---|
| GridSizeEditor() | Initializes a new instance of the GridSizeEditor class. |
| Name | Description |
|---|---|
| HintTextProperty | Identifies the HintText dependency property. |
| MaximumColumnCountProperty | Identifies the MaximumColumnCount dependency property. |
| MaximumRowCountProperty | Identifies the MaximumRowCount dependency property. |
| SelectedColumnCountProperty | Identifies the SelectedColumnCount dependency property. |
| SelectedEvent | Identifies the Selected event. |
| SelectedRowCountProperty | Identifies the SelectedRowCount dependency property. |
| Name | Description |
|---|---|
| Cells | Gets or sets the cells of the grid. |
| HintText | Gets the hint text. |
| MaximumColumnCount | Gets or sets the maximum column count. |
| MaximumRowCount | Gets or sets the maximum row count. |
| SelectedColumnCount | Gets or sets the selected column count. |
| SelectedRowCount | Gets or sets the selected row count. |
| Name | Description |
|---|---|
| Selected | Occurs when a grid item is selected. |