Namespace Syncfusion.UI.Xaml.Grids
Classes
ActivationTrigger
Defines the constants that specify whether the current cell is being activated either by an input device or programmatically. |
AdvancedFilterType
Defines the constants that specify which AdvancedFilterType is loaded in the AdvancedFilterControl. |
AutoFitMode
Defines the constants that specify the mode to measure the width and height of the cell based on its content. |
AutoFitRange
Defines the constants that specify the auto sizing range of the columns. |
AutoGenerateColumnsMode
Defines the constants that specify the mode of auto-generated columns in SfDataGrid. |
AutoGenerateColumnsModeForCustomType
Defines the constants that specifies the type of custom column generation when using the AutoGenerateColumnsForCustomType. |
AutoScrollerValueChangedEventArgs
Provides data for AutoScrollerValueChanged event. |
AutoScrollOrientation
Defines the constants that specify the orientation for auto scrolling. |
ColumnBase<T>
Represents a class that Provides base implementation of Columns. |
ColumnResizingReason
Defines the constants that specifies the reason for column resizing operation. |
ColumnWidthMode
Defines the constants that specify how the columns are sized. |
CoveredCellInfo
Defines the merge range by Top, Bottom, Left and Right. |
CurrentCellDropDownSelectionChangedEventArgs
Provides data for CurrentCellDropDownSelectionChanged event. |
CurrentCellRequestNavigateEventArgs
Provides data for CurrentCellRequestNavigate event. |
DataGridRowColumnSizer<T>
Represents a class that provides the base implementation to calculate column widths based on different column sizer options for SfDataGrid(ColumnWidthMode) and SfTreeGrid(TreeGridColumnSizer). |
DownIndicatorContentControl
Represents a class that provides the common functionalities of DownIndicatorContent control. |
EditorSelectionBehavior
Defines the constants that indicates the position of cursor and selection in edit element when entering edit mode. |
EditTrigger
Defines the constants that specifies the mouse action that triggers the editing. |
FilteredFrom
Defines the constants that specify whether the column is filtered from the CheckboxFilter or AdvancedFilter or FilterRow. |
FilterElement
Represents the class that is used to provide information about the filter value ie.DispalyText, ActualValue and FormattedString. |
FilterMode
Defines the constants that specify which type of FilterMode is enabled for a column. |
FilterToggleButton
Represents a class that provides the common functionalities of FilterToggleButton. |
GridCancelEventArgs
Provides data for cancelable events in SfDataGrid. |
GridColumnBase
Represents a class that Provides base implementation for Columns in SfDataGrid. |
GridCopyOptions
Defines the constants that specify the possible copy option in SfDataGrid. |
GridCopyPasteCellEventArgs
Provides data for CopyGridCellContent event. |
GridCopyPasteEventArgs
Provides data for GridCopyContent event. |
GridDependencyProperty
Represents a class that maintains the implementation of Dependency property in SfDataGrid. |
GridEventArgs
Provides data for SfDataGrid events. |
GridHandledEventArgs
Provides data for events that can be handled completely in an event handler. |
GridLinesVisibility
Denotes the visibility of vertical/horizontal grid lines for the cells in the grid. |
GridLocalizationResourceAccessor
Represents the class that manages the localization of SfDataGrid, SfTreeGrid controls based on System.Globalization.CultureInfo.CurrentUICulture. |
GridLocalizationResourceExtension
A markup extension that returns the localized string based on culture for the ResourceName. |
GridPasteOptions
Defines the constants that specify the possible paste option in SfDataGrid. |
GridPointerEventArgs
Provides data for handling pointer operation changes. |
GridPropertyMetadata
Represents a class that maintains the common functionalities of PropertyMetadata in SfDataGrid. |
GridQueryBounds
Defines the constants that specify whether the column width or row height need to be calculated based on the cell content. |
GridSelectionChangedEventArgs
Provides data for SelectionChanged event. |
GridSelectionChangingEventArgs
Provides data for SelectionChanging event. |
GridSelectionMode
Defines the constants that specify whether the single or multiple item selections are supported by SfDataGrid control. |
GridSelectionUnit
Defines the constants that specify whether the cell or row or any unit are used for selection in a SfDataGrid. |
GridSortColumnsChangedEventArgs
Provides data for SortColumnsChanged event. |
GridSortColumnsChangingEventArgs
Provides data for SortColumnsChanging event. |
GridValidationMode
Defines the constants that specify whether the validation is enabled either at edit or view mode in SfDataGrid. |
LostFocusBehavior
Defines the constants that specify the behavior of the DataGrid when it loses focus. |
MoveDirection
Defines the constants that specify the moving direction of current cell. |
NavigationMode
Defines the constants that specify whether the cell or row navigation performed in SfDataGrid. |
PointerOperation
Defines the constants that specify the type of pointer operation is being performed in SfDataGrid. |
PopupContentControl
Represents a class that maintains the common functionalities of PopUpContentControl. |
QueryColumnDraggingReason
Specifies the reason for column dragging operation. |
ResizingColumnsEventArgs
Provides data for ResizingColumns event. |
RowRegion
Defines the constants that specify the possible row region in SfDataGrid. |
SearchCondition
Defines the constants that specify possible search conditions. |
SearchType
Used to specify the type of Search to the SearchHelper while searching. |
SelectionPropertyChangedHandlerArgs
Provides data for handling selection property value changes. |
SelectionReason
Defines the constants that specify the reason for selection in SfDataGrid. |
SfGridBase
Provides the base implementation of SfDataGrid. |
SortButton
Represents a class that maintains the common functionalities of SortButton. |
SortClickAction
Defines the constants that specify whether the possible sorting action in SfDataGrid. |
SortColumnChangedHandle
Provides data for handling selection in sorted column. |
SortColumnDescription
Describes a sorting criterion. |
SortColumnDescriptions
Represents a collection of sorting column description that raises notification for both collection and item changes. |
SortDirectionToVisibilityConverter
Derived from IValueConverter which returns a Visibility value. |
StackedColumn
Represents a column that stacked across the specified child columns in it. |
StackedColumns
Represents a collection of StackedColumn to group the columns under particular category. |
StackedHeaderCollectionChangedEventArgs
Provides data for the stacked header collection changes in SfDataGrid. |
StackedHeaderRow
Represents a header row that contains the collection of stacked column to group the column under particular category. |
StackedHeaderRows
Represents a collection of StackedHeaderRow to add the stacked header row in SfDataGrid. |
TableSummaryRowPosition
Defines the constants that specify whether the TableSummaryRow is positioned at either top or bottom of SfDataGrid. |
TextAlignmentToHorizontalAlignmentConverter
Derived from IValueConverter which returns Horizontal alignment value. |
TryParseMethod<T>
Gets a value indicating whether the specified value can be converted into desired type. |
UnboundRowsPosition
Defines the constants that specify whether the Unbound Row positioned at top or bottom of body region in SfDataGrid. |
UpIndicatorContentControl
Represents a class that maintains the common functionalities of UpIndicatorContent control. |
Interfaces
IElement
Provides the base implementation for Elements. |
IFilterElement
Provides the common properties of FilterElement that have been used in FilterRow and AdvancedFiltering in SfDataGrid. |
IItemsSourceSelector
Provides support to get IEnumerable ItemsSource of the record from the DataContext |
INotifyDependencyPropertyChanged
Notifies clients that a dependency property value is changing. |
ITryParser
Provides the support for parsing values into desired type. |