[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.SortDialog

SortDialog Class

Dialog used to edit the grid's sort parameters.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexSheet.4.6.2.dll
Syntax
public class SortDialog : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector

Constructors

Name Description
SortDialog()

Initializes a new instance of a SortDialog.

SortDialog(C1FlexSheet)

Initializes a new instance of a SortDialog.

Methods

Name Description
Close(bool)

Closes the dialog and raises the DialogClosed event.

InitializeComponent()

InitializeComponent

OnDialogClosed(CancelEventArgs)

Raises the DialogClosed event.

Show()

Shows the dialog to allow users to edit the sort parameters.

Events

Name Description
DialogClosed

Occurs when the user closes the dialog.