Namespace Syncfusion.Blazor
Classes
BaseComponent
A Base Component for all the Syncfusion Blazor UI components.
BaseComponent.DataRequest
BreakpointChangedEventArgs
Provides information about the OnBreakpointChanged event callback.
DOM
The HTML DOM equivalent C# class object to define basic properties and perform the basic DOM operations.
DataAdaptor
Abstract class for Data adaptors.
DataAdaptor<T>
Abstract class for Data adaptors.
DataManager
The DataManager is a data management component used for performing data operations in applications. It acts as an abstraction for using local data source - IEnumerable and remote data source - web services returning JSON or oData.
DataManagerRequest
Defines the members of the query.
DataOperations
DataOperation class that performs data operation in IEnumerable and IQueryable type data sources.
DynamicObjectOperation
DataOperation class that performs data operation in DynamicObject type data sources.
GlobalOptions
A class that provides options to configure global settings for our Syncfusion Blazor components.
LicenseContext
Optimized License context for component hierarchy
LicenseContextProvider
Optimized License context provider component
MediaBreakpoint
A class that used to define break point and media query for SfMediaQuery component.
The MediaBreakpoint class has two main properties: Breakpoint and MediaQuery.
The Breakpoint property is a string that specifies the name of the breakpoint and
the MediaQuery property is a string that specifies the media query associated with the breakpoint, which determines when the responsive layout changes associated with the breakpoint should be applied.
SfBaseComponent
A Base Component for all the Syncfusion Blazor UI components to implement the common functionalities.
SfComponentActivator
A implementation of IComponentActivator for Syncfusion Blazor components used to initialize custom components that can be registered through dependency injection.
SfDataBoundComponent
SfMediaQuery
The Blazor Media Query component allows developers to create responsive layouts.
The component tracks changes in the browser size and notifies when the browser size matches the specified media query.
The MediaBreakpoint class is used to store information about each media query breakpoint, including the Breakpoint name and the MediaQuery itself.
The ActiveBreakpoint property returns the Breakpoint of the MediaBreakpoint in the MediaBreakpoints collection that matches the current browser size.
This allows developers to easily create responsive layouts that adapt to different screen sizes and device types.
SfOwningComponentBase
SyncfusionBlazor
An extension class controls methods to add the Syncfusion Blazor service to the service collection.
SyncfusionBlazorService
Represents an instance of Syncfusion Blazor service.
SyncfusionStringLocalizer
Provides the mplementation for Syncfusion Localizer for resources localization.
Interfaces
ISyncfusionStringLocalizer
An interface for processing the Syncfusion UI component's Localization.
Enums
Adaptors
Specifies the data adaptors provided in SfDataManager component.
- BlazorAdaptorDefault. BlazorAdaptor is used to process Enumerable data. It contains methods to process the given collection based on the queries.
- ODataAdaptor OData Adaptor provies ability to consume and manipulate data from OData services.
- ODataV4Adaptor ODatav4 Adaptor provies ability to consume and manipulate data from OData v4 services
- WebApiAdaptor WebApi Adaptor provies ability to consume and manipulate data from WebApi services. This adaptor is targeted to interact with Web API created using OData endpoint, it is extended from ODataAdaptor
- UrlAdaptor URL Adaptor is used when you are required to interact with all kind of remote services to retrieve data.
- RemoteSaveAdaptor Remote Save Adaptor is used for binding JSON data. It interacts with remote services only for CRUD operations.
- CustomAdaptor CustomAdaptor specifies that own data query and manipulation logic has been provided using custom adaptor component extended from DataAdaptor class.
- JsonAdaptor JsonAdaptor is used to process JSON data at the client side. It contains methods to process the given JSON data based on the queries.
- GraphQLAdaptor GraphQLAdaptor provides ability to consume and manipulate data from GraphQL service. It requires setting GraphQLAdaptorOptions in the SfDataManager component.
AnimationEffect
Specifies the Animation effects.
GlobalAnimationMode
Defines the Global Animation modes for Syncfusion Blazor components.
HorizontalAlign
Defines the horizontal text alignment.
LabelOverflow
Specifies text overflow options when the text overflowing the container.
Operator
Specifies the operator list used for filtering or searching operations.
TextWrap
Specifies text wrap options when the text overflowing the container.
Theme
Defines the theme style of the Syncfusion component.