Class TreeGridPropertiesBuilder
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class TreeGridPropertiesBuilder : IPropertiesBuilder, IHtmlString
Constructors
TreeGridPropertiesBuilder()
Initializes a new instance of the
Declaration
public TreeGridPropertiesBuilder()
TreeGridPropertiesBuilder(TreeGrid)
Initializes a new instance of the
Declaration
public TreeGridPropertiesBuilder(TreeGrid treeGrid)
Parameters
Type | Name | Description |
---|---|---|
TreeGrid | treeGrid | TreeGrid |
Fields
treeGrid
Declaration
public TreeGrid treeGrid
Field Value
Type | Description |
---|---|
TreeGrid |
Methods
AllowColumnReordering()
It sets a value that enable/disable column re-ordering in tree grid
Declaration
public TreeGridPropertiesBuilder AllowColumnReordering()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowColumnReordering(Boolean)
It sets a value that enable/disable column re-ordering in tree grid
Declaration
public TreeGridPropertiesBuilder AllowColumnReordering(bool allowColumnReordering)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowColumnReordering | It accpets a boolean value that enable/disable column re-ordering in tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowColumnResize()
It sets a value to enable/disable column resizing in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowColumnResize()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowColumnResize(Boolean)
It sets a value to enable/disable column resizing in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowColumnResize(bool allowColumnResize)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowColumnResize | It accepts the boolean value to enable/disable column resizing in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowDragAndDrop()
It sets a value to enable/disable drag and drop in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowDragAndDrop()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowDragAndDrop(Boolean)
It sets a value to enable/disable drag and drop in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowDragAndDrop(bool allowDragAndDrop)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowDragAndDrop | It accepts the boolean value to enable/disable drag and drop in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowFiltering()
It sets a value to enable/disable filtering in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowFiltering()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowFiltering(Boolean)
It sets a value to enable/disable filtering in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowFiltering(bool allowFiltering)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowFiltering | It accepts the boolean value to enable/disable filtering in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowKeyboardNavigation()
It sets a value to enable/disable keyboard navigation in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowKeyboardNavigation()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowKeyboardNavigation(Boolean)
It sets a value to enable/disable keyboard navigation in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowKeyboardNavigation(bool allowKeyboardNavigation)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowKeyboardNavigation | It accepts the boolean value that enable/disable key navigation in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowMultipleExporting()
It sets a value that enable/disable multiple exporting in tree grid
Declaration
public TreeGridPropertiesBuilder AllowMultipleExporting()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowMultipleExporting(Boolean)
It sets a value that enable/disable multiple exporting in tree grid
Declaration
public TreeGridPropertiesBuilder AllowMultipleExporting(bool allowMultipleExporting)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowMultipleExporting | It accpets a boolean value that enable/disable multiple exporting in tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowMultiSorting()
It sets a value to enable/disable multiple sorting in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowMultiSorting()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowMultiSorting(Boolean)
It sets a value to enable/disable multiple sorting in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowMultiSorting(bool allowMultiSorting)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowMultiSorting | It accepts the boolean value to enable/disable multisorting in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowPaging()
It sets a value to enable/disable paging in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowPaging()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowPaging(Boolean)
It sets a value to enable/disable paging in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowPaging(bool allowPaging)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowPaging | It accepts the boolean value to enable/disable paging in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowSearching()
It sets a value to enable/disable searching in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowSearching()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowSearching(Boolean)
It sets a value to enable/disable searching in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowSearching(bool allowSearching)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowSearching | It accepts the boolean value to enable/disable searching in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowSelection()
It sets a value to enable/disable selection in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowSelection()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowSelection(Boolean)
It sets a value to enable/disable selection in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowSelection(bool allowSelection)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowSelection | It accepts the boolean value to enable/disable selection in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowSorting()
It sets a value to enable/disable sorting in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowSorting()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowSorting(Boolean)
It sets a value to enable/disable sorting in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowSorting(bool allowSorting)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowSorting | It accepts the boolean value to enable/disable sorting in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowTextWrap()
It sets a value to enable/disable text wrap in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowTextWrap()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AllowTextWrap(Boolean)
It sets a value to enable/disable text wrap in tree grid.
Declaration
public TreeGridPropertiesBuilder AllowTextWrap(bool allowTextWrap)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | allowTextWrap | It accepts the boolean value to enable/disable text wrapping in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
AltRowTemplateId(String)
It sets a value that indicates template id to bind alternate row template
Declaration
public TreeGridPropertiesBuilder AltRowTemplateId(string altRowTemplateId)
Parameters
Type | Name | Description |
---|---|---|
System.String | altRowTemplateId | It accepts the string value that indicates the template id to bind alternate row template |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
CellTooltipTemplate(String)
It sets a value to define custom tooltip template for cell tooltip
Declaration
public TreeGridPropertiesBuilder CellTooltipTemplate(string cellTooltipTemplate)
Parameters
Type | Name | Description |
---|---|---|
System.String | cellTooltipTemplate | It accepts a string value to define custom tooltip template for cell tooltip |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ChildMapping(String)
It sets a value to map child record to tree grid.
Declaration
public TreeGridPropertiesBuilder ChildMapping(string childMapping)
Parameters
Type | Name | Description |
---|---|---|
System.String | childMapping | It accepts a string value to map child record to tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ClientSideEvents(Action<TreeGridClientSideEventBuilder>)
It sets a value that defines client side event options in tree grid.
Declaration
public TreeGridPropertiesBuilder ClientSideEvents(Action<TreeGridClientSideEventBuilder> clientSideEvents)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridClientSideEventBuilder> | clientSideEvents | It accepts client side events through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
CollapsibleTotalSummary()
It sets a value to expand/collapse total summary.
Declaration
public TreeGridPropertiesBuilder CollapsibleTotalSummary()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
CollapsibleTotalSummary(Boolean)
It sets a value to expand/collapse total summary.
Declaration
public TreeGridPropertiesBuilder CollapsibleTotalSummary(bool collapsibleTotalSummary)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | collapsibleTotalSummary | It accepts a boolean value to expand/collapse total summary. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ColumnDialogFields(List<TreeGridColumnDialogFields>)
It sets a value that indicates the column dialog fields in tree grid.
Declaration
public TreeGridPropertiesBuilder ColumnDialogFields(List<TreeGridColumnDialogFields> defaultItems)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<TreeGridColumnDialogFields> | defaultItems | It displays list of column dialog fields |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ColumnResizeSettings(TreeGridColumnResizeSettings)
It sets a value that defines the column resize settings option in tree grid
Declaration
public TreeGridPropertiesBuilder ColumnResizeSettings(TreeGridColumnResizeSettings columnResizeSettings)
Parameters
Type | Name | Description |
---|---|---|
TreeGridColumnResizeSettings | columnResizeSettings | It displays the list of column resize settings |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ColumnResizeSettings(Action<TreeGridColumnResizeSettingsBuilder>)
It sets a value that defines the resize settings option in tree grid
Declaration
public TreeGridPropertiesBuilder ColumnResizeSettings(Action<TreeGridColumnResizeSettingsBuilder> resizeSettings)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridColumnResizeSettingsBuilder> | resizeSettings | It displays column resize settings through lambda expression |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Columns(Action<TreeGridColumnBuilder>)
It sets a value that defines tree grid columns
Declaration
public TreeGridPropertiesBuilder Columns(Action<TreeGridColumnBuilder> column)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridColumnBuilder> | column | It accepts column collections through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Columns(List<TreeGridColumn>)
It sets a value that defines tree grid columns
Declaration
public TreeGridPropertiesBuilder Columns(List<TreeGridColumn> column)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<TreeGridColumn> | column | It displays list of tree grid column collection |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
CommonWidth(Int32)
It sets a value that indicates the common width in tree grid
Declaration
public TreeGridPropertiesBuilder CommonWidth(int commonWidth)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | commonWidth | It accepts a integer value that indicates the common width in tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ContextMenuOpen(String)
Triggered during context menu open
Declaration
public TreeGridPropertiesBuilder ContextMenuOpen(string contextMenuOpen)
Parameters
Type | Name | Description |
---|---|---|
System.String | contextMenuOpen | It accepts a string value that triggers on context menu open |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ContextMenuSettings(TreeGridContextMenuOptions)
It sets a value that defines context menu settings in tree grid.
Declaration
public TreeGridPropertiesBuilder ContextMenuSettings(TreeGridContextMenuOptions contextMenuSettings)
Parameters
Type | Name | Description |
---|---|---|
TreeGridContextMenuOptions | contextMenuSettings | It displays a list of tree grid context menu options |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ContextMenuSettings(Action<TreeGridContextMenuOptionsBuilder>)
It sets a value that defines context menu settings in tree grid.
Declaration
public TreeGridPropertiesBuilder ContextMenuSettings(Action<TreeGridContextMenuOptionsBuilder> contextMenuSettings)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridContextMenuOptionsBuilder> | contextMenuSettings | It accepts context menu settings through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
CssClass()
It sets a value to apply custom css classes to tree grid.
Declaration
public TreeGridPropertiesBuilder CssClass()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
CssClass(String)
It sets a value to apply custom css classes to tree grid.
Declaration
public TreeGridPropertiesBuilder CssClass(string cssClass)
Parameters
Type | Name | Description |
---|---|---|
System.String | cssClass | It accepts a string value to expand/collapse total summary. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Datasource(DataSource)
It sets a value that defines datasource to load tree grid.
Declaration
public TreeGridPropertiesBuilder Datasource(DataSource dataSource)
Parameters
Type | Name | Description |
---|---|---|
DataSource | dataSource | It accepts list of datasource to load tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Datasource(Action<DataSourceBuilder>)
It sets a value that defines datasource to load tree grid.
Declaration
public TreeGridPropertiesBuilder Datasource(Action<DataSourceBuilder> dataSource)
Parameters
Type | Name | Description |
---|---|---|
System.Action<DataSourceBuilder> | dataSource | It accepts datasource through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Datasource(IEnumerable)
It sets a value that defines datasource to load tree grid.
Declaration
public TreeGridPropertiesBuilder Datasource(IEnumerable dataSource)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.IEnumerable | dataSource | It displays IEnumerable collections of datasource |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Datasource(Object)
It sets a value that defines datasource to load tree grid.
Declaration
public TreeGridPropertiesBuilder Datasource(object dataSource)
Parameters
Type | Name | Description |
---|---|---|
System.Object | dataSource | It accepts object data binding to load tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Datasource(String)
It sets a value that defines datasource to load tree grid.
Declaration
public TreeGridPropertiesBuilder Datasource(string dataURL)
Parameters
Type | Name | Description |
---|---|---|
System.String | dataURL | It accepts string value that indicates URL binding for tree grid using datamanager |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
DateFormat(String)
It sets a value that indicates the date format to be displayed in tree grid.
Declaration
public TreeGridPropertiesBuilder DateFormat(string dateFormat)
Parameters
Type | Name | Description |
---|---|---|
System.String | dateFormat | It accepts a string value that indicates the date format to be displayed in tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
DetailsRowHeight()
It sets a value that indicates the details row height.
Declaration
public TreeGridPropertiesBuilder DetailsRowHeight()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
DetailsRowHeight(Int32)
It sets a value that indicates the details row height.
Declaration
public TreeGridPropertiesBuilder DetailsRowHeight(int detailsRowHeight)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | detailsRowHeight | It accepts a integer value that indicates the details row height. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
DetailsTemplate()
It sets a value to define detail template for tree grid rows
Declaration
public TreeGridPropertiesBuilder DetailsTemplate()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
DetailsTemplate(String)
It sets a value to define detail template for tree grid rows
Declaration
public TreeGridPropertiesBuilder DetailsTemplate(string detailsTemplate)
Parameters
Type | Name | Description |
---|---|---|
System.String | detailsTemplate | It accepts a string value to define detail template for tree grid rows |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
DragTooltip(TreeGridDragTooltip)
It sets a value that defines drag tooltip options in tree grid.
Declaration
public TreeGridPropertiesBuilder DragTooltip(TreeGridDragTooltip dragTooltip)
Parameters
Type | Name | Description |
---|---|---|
TreeGridDragTooltip | dragTooltip | It displays a list of tree grid drag tooltip options |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
DragTooltip(Action<TreeGridTooltipOptionBuilder>)
It sets a value that defines drag tooltip options in tree grid.
Declaration
public TreeGridPropertiesBuilder DragTooltip(Action<TreeGridTooltipOptionBuilder> dragTooltip)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridTooltipOptionBuilder> | dragTooltip | It accepts drag tooltip through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EditSettings(TreeGridEditOptions)
It sets a value that defines the sort options.
Declaration
public TreeGridPropertiesBuilder EditSettings(TreeGridEditOptions editSettings)
Parameters
Type | Name | Description |
---|---|---|
TreeGridEditOptions | editSettings | It displays list of edit settings options |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EditSettings(Action<TreeGridEditOptionsBuilder>)
It sets a value that defines the edit options.
Declaration
public TreeGridPropertiesBuilder EditSettings(Action<TreeGridEditOptionsBuilder> editSettings)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridEditOptionsBuilder> | editSettings | It accepts edit settings through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EnableAltRow()
It sets a value to enable alternate row styling in tree grid.
Declaration
public TreeGridPropertiesBuilder EnableAltRow()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EnableAltRow(Boolean)
It sets a value to enable alternate row styling in tree grid.
Declaration
public TreeGridPropertiesBuilder EnableAltRow(bool altRow)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | altRow | It accepts the boolean value to enable/disable alternate row styling tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EnableCollapseAll()
It sets a value to collapse all the record during load time.
Declaration
public TreeGridPropertiesBuilder EnableCollapseAll()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EnableCollapseAll(Boolean)
It sets a value to collapse all the record during load time.
Declaration
public TreeGridPropertiesBuilder EnableCollapseAll(bool enableCollapseAll)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enableCollapseAll | It accepts a boolean value to collapse all the record during load time. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EnableLoadOnDemand()
It sets a value to render data on demand in tree grid.
Declaration
public TreeGridPropertiesBuilder EnableLoadOnDemand()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EnableLoadOnDemand(Boolean)
It sets a value to render data on demand in tree grid.
Declaration
public TreeGridPropertiesBuilder EnableLoadOnDemand(bool enableLoadOnDemand)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enableLoadOnDemand | It accepts a boolean value render data on demand in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EnableResize()
It sets a value to enable responsiveness in tree grid
Declaration
public TreeGridPropertiesBuilder EnableResize()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EnableResize(Boolean)
It sets a value to enable responsiveness in tree grid
Declaration
public TreeGridPropertiesBuilder EnableResize(bool enableResize)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enableResize | It accepts a boolean value to enable responsiveness in tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EnableVirtualization()
It sets a value to enable/disable virtualization in tree grid.
Declaration
public TreeGridPropertiesBuilder EnableVirtualization()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
EnableVirtualization(Boolean)
It sets a value to enable/disable virtualization in tree grid.
Declaration
public TreeGridPropertiesBuilder EnableVirtualization(bool enableVirtualization)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enableVirtualization | It accepts the boolean value to enable/disable virtualization in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ExpandStateMapping(String)
It sets a value to map expanded state value to tree grid.
Declaration
public TreeGridPropertiesBuilder ExpandStateMapping(string expandStateMapping)
Parameters
Type | Name | Description |
---|---|---|
System.String | expandStateMapping | It accepts a string value to map expanded state to tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
FilterSettings(TreeGridFilterSettings)
It sets a value that defines the filter options.
Declaration
public TreeGridPropertiesBuilder FilterSettings(TreeGridFilterSettings filterOption)
Parameters
Type | Name | Description |
---|---|---|
TreeGridFilterSettings | filterOption | It displays list of filter settings options |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
FilterSettings(Action<TreeGridFilterSettingsBuilder>)
It sets a value that defines the filter options.
Declaration
public TreeGridPropertiesBuilder FilterSettings(Action<TreeGridFilterSettingsBuilder> filterOption)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridFilterSettingsBuilder> | filterOption | It accepts filter settings through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
HasChildMapping(String)
It sets a value to improve performance during load on demand.
Declaration
public TreeGridPropertiesBuilder HasChildMapping(string keyMapping)
Parameters
Type | Name | Description |
---|---|---|
System.String | keyMapping |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
HeaderTextOverflow(TreeGridHeaderTextOverflow)
It sets a value that indicates header text overflow options.
Declaration
public TreeGridPropertiesBuilder HeaderTextOverflow(TreeGridHeaderTextOverflow headerTextOverflow)
Parameters
Type | Name | Description |
---|---|---|
TreeGridHeaderTextOverflow | headerTextOverflow | It displays a list of headertext overflow options |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
IdMapping(String)
It sets a value to map id value to tree grid.
Declaration
public TreeGridPropertiesBuilder IdMapping(string idMapping)
Parameters
Type | Name | Description |
---|---|---|
System.String | idMapping | It accepts a string value to map id value to tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
IsResponsive()
It sets a value to enable responsiveness in tree grid
Declaration
public TreeGridPropertiesBuilder IsResponsive()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
IsResponsive(Boolean)
It sets a value to enable responsiveness in tree grid
Declaration
public TreeGridPropertiesBuilder IsResponsive(bool isResponsive)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isResponsive | It accepts a boolean value to enable responsiveness in tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Locale(String)
It sets a value to apply different culture to tree grid.
Declaration
public TreeGridPropertiesBuilder Locale(string localization)
Parameters
Type | Name | Description |
---|---|---|
System.String | localization | It accepts a string value to apply different culture to tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Mappers(Action<TreeGridMappersBuilder>)
It sets a value that indicates the mapper for export actions
Declaration
public TreeGridPropertiesBuilder Mappers(Action<TreeGridMappersBuilder> mapper)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridMappersBuilder> | mapper | It accepts mappers through lambda expression |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
PageSettings(TreeGridPageSettings)
It sets a value that defines page options in tree grid.
Declaration
public TreeGridPropertiesBuilder PageSettings(TreeGridPageSettings pageOption)
Parameters
Type | Name | Description |
---|---|---|
TreeGridPageSettings | pageOption | It displays list of page settings options |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
PageSettings(Action<TreeGridPageSettingsBuilder>)
It sets a value that defines page options in tree grid.
Declaration
public TreeGridPropertiesBuilder PageSettings(Action<TreeGridPageSettingsBuilder> pageOption)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridPageSettingsBuilder> | pageOption | It accepts page settings through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ParentIdMapping(String)
It sets a value to map parent id value to tree grid for self reference data.
Declaration
public TreeGridPropertiesBuilder ParentIdMapping(string idMapping)
Parameters
Type | Name | Description |
---|---|---|
System.String | idMapping | It accepts a string value to map parent id to tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ParseRowTemplate()
It sets a value to enable/disable template parsing in tree grid.
Declaration
public TreeGridPropertiesBuilder ParseRowTemplate()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ParseRowTemplate(Boolean)
It sets a value to enable/disable template parsing in tree grid.
Declaration
public TreeGridPropertiesBuilder ParseRowTemplate(bool parseRowTemplate)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | parseRowTemplate | It accepts the boolean value that enable/disable template parsing in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Query(String)
It sets a value that indicates datamanager query to load tree grid.
Declaration
public TreeGridPropertiesBuilder Query(string query)
Parameters
Type | Name | Description |
---|---|---|
System.String | query | It accepts a string value that indicates the datamanager query to load tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
Render()
Creates a tree grid control
Declaration
public void Render()
RowDataBound(String)
Triggered while rendering tree grid rows.
Declaration
public TreeGridPropertiesBuilder RowDataBound(string rowDataBound)
Parameters
Type | Name | Description |
---|---|---|
System.String | rowDataBound | It accepts the string and triggered while rendering tree grid rows. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
RowHeight(Int32)
It sets a value that indicates the tree grid row height.
Declaration
public TreeGridPropertiesBuilder RowHeight(int rowHeight)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | rowHeight | It accepts a integer value that indicates the tree grid row height. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
RowTemplateId(String)
It sets a value that indicates template id to bind row template
Declaration
public TreeGridPropertiesBuilder RowTemplateId(string rowtemplateId)
Parameters
Type | Name | Description |
---|---|---|
System.String | rowtemplateId | It accepts the string value that indicates the template id to bind row template |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SearchSettings(TreeGridSearchSettings)
It sets a value that defines search options.
Declaration
public TreeGridPropertiesBuilder SearchSettings(TreeGridSearchSettings searchOption)
Parameters
Type | Name | Description |
---|---|---|
TreeGridSearchSettings | searchOption | It displays list of search settings options |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SearchSettings(Action<TreeGridSearchOptionBuilder>)
It sets a value that defines search options.
Declaration
public TreeGridPropertiesBuilder SearchSettings(Action<TreeGridSearchOptionBuilder> searchOption)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridSearchOptionBuilder> | searchOption | It accepts search settings through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SelectedCellIndex(Action<TreeGridSelectedCellIndexBuilder>)
It sets a value that inidcates the selected cell indexes in tree grid.
Declaration
public TreeGridPropertiesBuilder SelectedCellIndex(Action<TreeGridSelectedCellIndexBuilder> selectedCellIndexes)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridSelectedCellIndexBuilder> | selectedCellIndexes | It accepts the selected cell indexes through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SelectedCellIndexes(List<TreeGridSelectedCellIndex>)
It sets a value that inidcates the selected cell indexes in tree grid.
Declaration
public TreeGridPropertiesBuilder SelectedCellIndexes(List<TreeGridSelectedCellIndex> selectedCellIndexes)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<TreeGridSelectedCellIndex> | selectedCellIndexes | It displays the list of selected cell indexes |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SelectedRowIndex(Int32)
It sets a value that indicates the selected row index in tree grid.
Declaration
public TreeGridPropertiesBuilder SelectedRowIndex(int selectedRowIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | selectedRowIndex | It accepts a interger value that indicates the selected row index in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SelectionMode(TreeGridSelectionMode)
It sets a value that indicates selection mode as row or cell.
Declaration
public TreeGridPropertiesBuilder SelectionMode(TreeGridSelectionMode selectionMode)
Parameters
Type | Name | Description |
---|---|---|
TreeGridSelectionMode | selectionMode | It displays a list of selection mode |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SelectionSettings(TreeGridSelectionSettings)
It sets a value that defines selection settings in tree grid.
Declaration
public TreeGridPropertiesBuilder SelectionSettings(TreeGridSelectionSettings selectionSettings)
Parameters
Type | Name | Description |
---|---|---|
TreeGridSelectionSettings | selectionSettings | It displays list of selection settings options |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SelectionSettings(Action<TreeGridSelectionSettingsBuilder>)
It sets a value that defines selection settings in tree grid.
Declaration
public TreeGridPropertiesBuilder SelectionSettings(Action<TreeGridSelectionSettingsBuilder> selectionSettings)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridSelectionSettingsBuilder> | selectionSettings | It accepts selection settings through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SelectionType(TreeGridSelectionType)
It sets a value that indicates selection type as single,multiple or checkbox selection.
Declaration
public TreeGridPropertiesBuilder SelectionType(TreeGridSelectionType selectionType)
Parameters
Type | Name | Description |
---|---|---|
TreeGridSelectionType | selectionType | It displays a list of selection type |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowColumnChooser()
It sets a value that enable/disable column menu in tree grid.
Declaration
public TreeGridPropertiesBuilder ShowColumnChooser()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowColumnChooser(Boolean)
It sets a value that enable/disable column menu in tree grid.
Declaration
public TreeGridPropertiesBuilder ShowColumnChooser(bool showColumnChooser)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showColumnChooser | It accepts a boolean value that enable/disable column menu in tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowColumnOptions()
It sets a value that enable/disable column menu options in tree grid.
Declaration
public TreeGridPropertiesBuilder ShowColumnOptions()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowColumnOptions(Boolean)
It sets a value that enable/disable column menu options in tree grid.
Declaration
public TreeGridPropertiesBuilder ShowColumnOptions(bool showColumnOptions)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showColumnOptions | It accepts a boolean value that enable/disable column options in tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowDetailsRow()
It sets a value to show/hide details row in tree grid
Declaration
public TreeGridPropertiesBuilder ShowDetailsRow()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowDetailsRow(Boolean)
It sets a value to show/hide details row in tree grid
Declaration
public TreeGridPropertiesBuilder ShowDetailsRow(bool showDetailsRow)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showDetailsRow | It accepts a integer value to show/hide details row in tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowDetailsRowInfoColumn()
It sets a value to show/hide details row info column in tree grid
Declaration
public TreeGridPropertiesBuilder ShowDetailsRowInfoColumn()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowDetailsRowInfoColumn(Boolean)
It sets a value to show/hide details row info column in tree grid
Declaration
public TreeGridPropertiesBuilder ShowDetailsRowInfoColumn(bool showDetailsRowInfoColumn)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showDetailsRowInfoColumn | It accepts a boolean value to show/hide details row info column in tree grid |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowGridCellTooltip()
It sets a value that enable/disable tooltip for tree grid cells.
Declaration
public TreeGridPropertiesBuilder ShowGridCellTooltip()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowGridCellTooltip(Boolean)
It sets a value that enable/disable tooltip for tree grid cells.
Declaration
public TreeGridPropertiesBuilder ShowGridCellTooltip(bool showGridCellTooltip)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showGridCellTooltip | It accepts a boolean value that enable/disable tooltip for tree grid cells. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowGridExpandCellTooltip()
It sets a value that enable/disable tooltip for tree grid cells in tree column.
Declaration
public TreeGridPropertiesBuilder ShowGridExpandCellTooltip()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowGridExpandCellTooltip(Boolean)
It sets a value that enable/disable tooltip for tree grid cells in tree column.
Declaration
public TreeGridPropertiesBuilder ShowGridExpandCellTooltip(bool showGridExpandCellTooltip)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showGridExpandCellTooltip | It accepts a boolean value that enable/disable tooltip for tree grid cells in tree column. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowStackedHeader()
It sets a value to show/hide stacked header in tree grid.
Declaration
public TreeGridPropertiesBuilder ShowStackedHeader()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowStackedHeader(Boolean)
It sets a value to show/hide stacked header in tree grid.
Declaration
public TreeGridPropertiesBuilder ShowStackedHeader(bool showStackedHeader)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showStackedHeader | It accepts the boolean value that show/hide stacked header in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowSummaryRow()
It sets a value to enable/disable summary row visibility in tree grid.
Declaration
public TreeGridPropertiesBuilder ShowSummaryRow()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowSummaryRow(Boolean)
It sets a value to enable/disable summary row visibility in tree grid.
Declaration
public TreeGridPropertiesBuilder ShowSummaryRow(bool showSummaryRow)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showSummaryRow | It accepts a boolean value to enable/disable summary row visibility in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowTotalSummary()
It sets a value to show/hide total summary in tree grid.
Declaration
public TreeGridPropertiesBuilder ShowTotalSummary()
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ShowTotalSummary(Boolean)
It sets a value to show/hide total summary in tree grid.
Declaration
public TreeGridPropertiesBuilder ShowTotalSummary(bool showTotalSummary)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showTotalSummary | It accepts a boolean value to show/hide total summary in tree grid. |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SizeSettings(TreeGridSizeSettings)
It sets a value that defines size options.
Declaration
public TreeGridPropertiesBuilder SizeSettings(TreeGridSizeSettings sizeOption)
Parameters
Type | Name | Description |
---|---|---|
TreeGridSizeSettings | sizeOption | It displays list of size settings options |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SizeSettings(Action<TreeGridSizeSettingsBuilder>)
It sets a value that defines size options.
Declaration
public TreeGridPropertiesBuilder SizeSettings(Action<TreeGridSizeSettingsBuilder> sizeOption)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridSizeSettingsBuilder> | sizeOption | It accepts size settings through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SortSettings(TreeGridSortSettingOption)
It sets a value that defines the sort options.
Declaration
public TreeGridPropertiesBuilder SortSettings(TreeGridSortSettingOption sortSettings)
Parameters
Type | Name | Description |
---|---|---|
TreeGridSortSettingOption | sortSettings | It displays list of sort settings option |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SortSettings(Action<TreeGridSortSettingOptionBuilder>)
It sets a value that defines the sort options.
Declaration
public TreeGridPropertiesBuilder SortSettings(Action<TreeGridSortSettingOptionBuilder> sortSettings)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridSortSettingOptionBuilder> | sortSettings | It accepts sort settings through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
StackedHeaderRows(Action<TreeGridStackedHeaderRowsBuilder>)
It sets a value to define stacked header row collections
Declaration
public TreeGridPropertiesBuilder StackedHeaderRows(Action<TreeGridStackedHeaderRowsBuilder> stackedHeaderRow)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridStackedHeaderRowsBuilder> | stackedHeaderRow | It displays the stacked header row through lambda expression |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
StackedHeaderRows(List<TreeGridStackedHeaderRow>)
It sets a value to define stacked header row collections
Declaration
public TreeGridPropertiesBuilder StackedHeaderRows(List<TreeGridStackedHeaderRow> stackedHeaderRows)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<TreeGridStackedHeaderRow> | stackedHeaderRows | It displays the list of stacked header row collections |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SummaryRows(Action<TreeGridSummaryRowsBuilder>)
It sets a value that defines tree grid summary rows.
Declaration
public TreeGridPropertiesBuilder SummaryRows(Action<TreeGridSummaryRowsBuilder> summaryRow)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridSummaryRowsBuilder> | summaryRow | It accepts summary row collections through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
SummaryRows(List<TreeGridSummaryRow>)
It sets a value that defines tree grid summary rows.
Declaration
public TreeGridPropertiesBuilder SummaryRows(List<TreeGridSummaryRow> summaryRow)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<TreeGridSummaryRow> | summaryRow | It displays list of summary row collections |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ToHtmlString()
It converts the Tree Grid properties into Html elements.
Declaration
public string ToHtmlString()
Returns
Type | Description |
---|---|
System.String | TreeGridPropertiesBuilder |
ToolbarSettings(TreeGridToolBarOptions)
It sets a value that defines the toolbar options.
Declaration
public TreeGridPropertiesBuilder ToolbarSettings(TreeGridToolBarOptions toolBarOption)
Parameters
Type | Name | Description |
---|---|---|
TreeGridToolBarOptions | toolBarOption | It displays list of toolbar settings options |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
ToolbarSettings(Action<TreeGridToolBarOptionsBuilder>)
It sets a value that defines the toolbar options.
Declaration
public TreeGridPropertiesBuilder ToolbarSettings(Action<TreeGridToolBarOptionsBuilder> toolBarOption)
Parameters
Type | Name | Description |
---|---|---|
System.Action<TreeGridToolBarOptionsBuilder> | toolBarOption | It accepts toolbar settings through lambda expressions |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
TotalSummaryHeight(Int32)
It sets a value that indicates the total summary height.
Declaration
public TreeGridPropertiesBuilder TotalSummaryHeight(int totalSummaryHeight)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | totalSummaryHeight | It accepts a integer value that indicates the total summary height |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |
TreeColumnIndex(Int32)
It sets a value that indicates the tree column index to render collapsible icons
Declaration
public TreeGridPropertiesBuilder TreeColumnIndex(int treeColumnIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | treeColumnIndex | It accepts a value that indicates the tree column index to render collapsible icons |
Returns
Type | Description |
---|---|
TreeGridPropertiesBuilder | TreeGridPropertiesBuilder |