[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.View.GridSizeEditor

GridSizeEditor Class

Represents a control that provides a grid (MaxColumnCount * MaxRowCount) to select the method of displaying pages in multipage mode.

Namespace: GrapeCity.ActiveReports.Viewer.Wpf.View
Assembly: MESCIUS.ActiveReports.Viewer.Wpf.dll
Syntax
public class GridSizeEditor : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient

Constructors

Name Description
GridSizeEditor()

Initializes a new instance of the GridSizeEditor class.

Fields

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.

Properties

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.

Events

Name Description
Selected

Occurs when a grid item is selected.