update 20260406
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Accessibility.ComboBoxAccessibility">
|
||||
<summary>
|
||||
The <see cref="T:Syncfusion.WinForms.ListView.Accessibility.ComboBoxAccessibility"/> class provides information about a control that can be used by an accessibility application.
|
||||
The <see cref="!:Syncfusion.WinForms.ListView.ComboBoxAccessibility"/> class provides information about a control that can be used by an accessibility application.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Accessibility.ComboBoxAccessibility.sfComboBox">
|
||||
@@ -487,7 +487,7 @@
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Events.ComboBoxToolTipOpeningEventArgs">
|
||||
<summary>
|
||||
Provides data about the <see cref="T:Syncfusion.WinForms.ListView.Events.ComboBoxToolTipOpeningEventArgs" /> event.
|
||||
Provides data about the <see cref="!:Syncfusion.WinForms.ListView.ComboBoxToolTipOpeningEventArgs" /> event.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Events.ComboBoxToolTipOpeningEventArgs.#ctor(System.String,Syncfusion.WinForms.Controls.ToolTipInfo,System.Drawing.Point)">
|
||||
@@ -515,7 +515,7 @@
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Events.ComboBoxToolTipOpenedEventArgs">
|
||||
<summary>
|
||||
Provides data about the <see cref="T:Syncfusion.WinForms.ListView.Events.ComboBoxToolTipOpenedEventArgs" /> event.
|
||||
Provides data about the <see cref="!:Syncfusion.WinForms.ListView.ComboBoxToolTipOpenedEventArgs" /> event.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Events.ComboBoxToolTipOpenedEventArgs.#ctor(System.String,Syncfusion.WinForms.Controls.ToolTipInfo,System.Drawing.Point)">
|
||||
@@ -543,7 +543,7 @@
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Events.DropDownOpeningEventArgs">
|
||||
<summary>
|
||||
Provides data about the <see cref="T:Syncfusion.WinForms.ListView.Events.DropDownOpeningEventArgs" /> event.
|
||||
Provides data about the <see cref="!:Syncfusion.WinForms.ListView.DropDownOpeningEventArgs" /> event.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Events.DropDownOpeningEventArgs.#ctor(System.Drawing.Point,System.Drawing.Size)">
|
||||
@@ -565,7 +565,7 @@
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Events.DropDownClosingEventArgs">
|
||||
<summary>
|
||||
Provides data about the <see cref="T:Syncfusion.WinForms.ListView.Events.DropDownClosingEventArgs" /> event.
|
||||
Provides data about the <see cref="!:Syncfusion.WinForms.ListView.DropDownClosingEventArgs" /> event.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Events.DropDownClosingEventArgs.#ctor(Syncfusion.WinForms.Core.Enums.PopupCloseAction)">
|
||||
@@ -581,7 +581,7 @@
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Events.DropDownClosedEventArgs">
|
||||
<summary>
|
||||
Provides data about the <see cref="T:Syncfusion.WinForms.ListView.Events.DropDownClosedEventArgs" /> event.
|
||||
Provides data about the <see cref="!:Syncfusion.WinForms.ListView.DropDownClosedEventArgs" /> event.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Events.DropDownClosedEventArgs.#ctor(Syncfusion.WinForms.Core.Enums.PopupCloseAction)">
|
||||
@@ -914,7 +914,7 @@
|
||||
Gets or sets the size of the item. For vertical orientation, it will be considered as item height and
|
||||
for horizontal orientation, it will be considered as item width.
|
||||
</summary>
|
||||
<remarks>For <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/>, size of the largest item in a row will be set
|
||||
<remarks>For <see cref="!:GridLayout"/>, size of the largest item in a row will be set
|
||||
to all other items in that row.
|
||||
</remarks>
|
||||
</member>
|
||||
@@ -1823,24 +1823,24 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.RefreshView(System.Object,System.Object)">
|
||||
<summary>
|
||||
Updates the grid when the <see cref="N:Syncfusion.DataSource"/> is changed.
|
||||
Updates the grid when the <see cref="!:SfDataGrid.DataSource"/> is changed.
|
||||
</summary>
|
||||
<param name="oldValue">
|
||||
The old value of the <see cref="N:Syncfusion.DataSource"/>.
|
||||
The old value of the <see cref="!:SfDataGrid.DataSource"/>.
|
||||
</param>
|
||||
<param name="newValue">
|
||||
The new value of the <see cref="N:Syncfusion.DataSource"/>.
|
||||
The new value of the <see cref="!:SfDataGrid.DataSource"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.IsToolTipOpeningWired">
|
||||
<summary>
|
||||
Specifies whether to raise the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.ToolTipOpening"/> event or not.
|
||||
Specifies whether to raise the <see cref="!:Syncfusion.WinForms.ListView.SfComboBox.ComboBoxToolTipOpening"/> event or not.
|
||||
</summary>
|
||||
<returns>Returns true, If the <see cref="E:Syncfusion.WinForms.ListView.SfListView.ToolTipOpening"/> event is wired; Otherwise return false.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.IsToolTipOpenedWired">
|
||||
<summary>
|
||||
Specifies whether to raise the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.ToolTipOpened"/> event or not.
|
||||
Specifies whether to raise the <see cref="!:Syncfusion.WinForms.ListView.SfComboBox.ComboBoxToolTipOpened"/> event or not.
|
||||
</summary>
|
||||
<returns>Returns true, If the <see cref="E:Syncfusion.WinForms.ListView.SfListView.ToolTipOpened"/> event is wired; Otherwise return false.</returns>
|
||||
</member>
|
||||
@@ -1848,25 +1848,25 @@
|
||||
<summary>
|
||||
Specifies whether to raise the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.DropDownOpening"/> event or not.
|
||||
</summary>
|
||||
<returns>Returns true, If the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.DropDownOpening"/> event is wired; Otherwise return false.</returns>
|
||||
<returns>Returns true, If the <see cref="!:Syncfusion.WinForms.ListView.SfListView.DropDownOpening"/> event is wired; Otherwise return false.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.IsDropDownOpenedWired">
|
||||
<summary>
|
||||
Specifies whether to raise the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.DropDownOpened"/> event or not.
|
||||
</summary>
|
||||
<returns>Returns true, If the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.DropDownOpened"/> event is wired; Otherwise return false.</returns>
|
||||
<returns>Returns true, If the <see cref="!:Syncfusion.WinForms.ListView.SfListView.DropDownOpened"/> event is wired; Otherwise return false.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.IsDropDownClosingWired">
|
||||
<summary>
|
||||
Specifies whether to raise the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.DropDownClosing"/> event or not.
|
||||
</summary>
|
||||
<returns>Returns true, If the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.DropDownClosing"/> event is wired; Otherwise return false.</returns>
|
||||
<returns>Returns true, If the <see cref="!:Syncfusion.WinForms.ListView.SfListView.DropDownClosing"/> event is wired; Otherwise return false.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.IsDropDownClosedWired">
|
||||
<summary>
|
||||
Specifies whether to raise the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.DropDownClosed"/> event or not.
|
||||
</summary>
|
||||
<returns>Returns true, If the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.DropDownClosed"/> event is wired; Otherwise return false.</returns>
|
||||
<returns>Returns true, If the <see cref="!:Syncfusion.WinForms.ListView.SfListView.DropDownClosed"/> event is wired; Otherwise return false.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.RefreshControl">
|
||||
<summary>
|
||||
@@ -2143,7 +2143,7 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.OnEnabledChanged(System.EventArgs)">
|
||||
<summary>
|
||||
Occurs after the <see cref="P:System.Windows.Forms.Control.Enabled"/> property of the <see cref="T:Syncfusion.WinForms.ListView.SfComboBox"/> changed.
|
||||
Occurs after the <see cref="!:Enable"/> property of the <see cref="T:Syncfusion.WinForms.ListView.SfComboBox"/> changed.
|
||||
</summary>
|
||||
<param name="e">A event data.</param>
|
||||
</member>
|
||||
@@ -2219,7 +2219,7 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.ScrollBar_VisibleChanged(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Occurs when the listview horizontal or vertical scrollbar visible changed.
|
||||
Occurs when the listview horizontal scrollbar visible changed.
|
||||
</summary>
|
||||
<param name="sender">The sender.</param>
|
||||
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
|
||||
@@ -2447,14 +2447,14 @@
|
||||
Occurs when mouse move on the control
|
||||
</summary>
|
||||
<param name="sender">text box of the combo box</param>
|
||||
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data </param>
|
||||
<param name="e">A <see cref="!:System.EventArgs."/> that contains the event data </param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.OnComboBoxMouseHover(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
Occurs when mouse move on the control
|
||||
</summary>
|
||||
<param name="sender">text box of the combo box</param>
|
||||
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data </param>
|
||||
<param name="e">A <see cref="!:System.EventArgs."/> that contains the event data </param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.OnTextBoxEnabledChanged(System.Object,System.EventArgs)">
|
||||
<summary>
|
||||
@@ -2511,7 +2511,7 @@
|
||||
Occuers when list view selected value is changed
|
||||
</summary>
|
||||
<param name="sender"> The sender that contains SfListView Control</param>
|
||||
<param name="e">A <see cref="T:Syncfusion.WinForms.ListView.Events.ItemSelectionChangedEventArgs"/> that contains the event data </param>
|
||||
<param name="e">A <see cref="!:Syncfusion.WinForms.ListView.ItemSelectionChangedEventArgs"/> that contains the event data </param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.OnListViewKeyDown(System.Object,System.Windows.Forms.KeyEventArgs)">
|
||||
<summary>
|
||||
@@ -2553,7 +2553,7 @@
|
||||
Occurs when mouse move on text box pf combo box
|
||||
</summary>
|
||||
<param name="sender">text box of the combo box</param>
|
||||
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data </param>
|
||||
<param name="e">A <see cref="!:System.EventArgs."/> that contains the event data </param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.ShowingToolTip(System.Drawing.Point)">
|
||||
<summary>
|
||||
@@ -2680,13 +2680,13 @@
|
||||
<summary>
|
||||
Specifies whether to raise the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.SelectedValueChanged"/> event or not.
|
||||
</summary>
|
||||
<returns>Returns true, If the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.SelectedValueChanged"/> event is wired; Otherwise return false.</returns>
|
||||
<returns>Returns true, If the <see cref="!:Syncfusion.WinForms.ListView.SfListView.SelectedValueChanged"/> event is wired; Otherwise return false.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.IsSelectedIndexChangedWired">
|
||||
<summary>
|
||||
Specifies whether to raise the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.SelectedIndexChanged"/> event or not.
|
||||
</summary>
|
||||
<returns>Returns true, If the <see cref="E:Syncfusion.WinForms.ListView.SfComboBox.SelectedIndexChanged"/> event is wired; Otherwise return false.</returns>
|
||||
<returns>Returns true, If the <see cref="!:Syncfusion.WinForms.ListView.SfListView.SelectedIndexChanged"/> event is wired; Otherwise return false.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfComboBox.OnPopupOpenedValueChanged">
|
||||
<summary>
|
||||
@@ -3060,7 +3060,7 @@
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ComboBoxEditorStyleInfoStore.FocusedCuesColorProperty">
|
||||
<summary>
|
||||
Provides information about the <c>FocusedCuesColor</c> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.Styles.ComboBoxEditorStyleInfo.FocusCuesColor"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ComboBoxEditorStyleInfoStore.BorderColorProperty">
|
||||
@@ -3187,12 +3187,12 @@
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle">
|
||||
<summary>
|
||||
Represents the class to define the style for <see cref="T:Syncfusion.WinForms.ListView.SfComboBox"/> control.
|
||||
Represents the class to define the style for <see cref="!:Syncfusion.WinForms.Input.SfComboBox"/> control.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.defaultStyle">
|
||||
<summary>
|
||||
It contains the value of the <see cref="P:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.DefaultStyle"/> property.
|
||||
It contains the value of the <see cref="!:Syncfusion.WinForms.Input.ComboBoxStyle.DefaultStyle"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.comboBox">
|
||||
@@ -3288,7 +3288,7 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.ShouldSerializeEditorStyle">
|
||||
<summary>
|
||||
Determines a value indicating whether to serialize <see cref="P:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.EditorStyle"/> property.
|
||||
Determines a value indicating whether to serialize <see cref="!:ComboBoxVisualStyle.ComboBoxEditorStyle"/> property.
|
||||
</summary>
|
||||
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
|
||||
</member>
|
||||
@@ -3321,7 +3321,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoIdentity"/> class.
|
||||
</summary>
|
||||
<param name="combobox">
|
||||
<see cref="T:Syncfusion.WinForms.ListView.SfComboBox"/> to create an identity.
|
||||
<see cref="!:Syncfusion.WinForms.Input.SfComboBox"/> to create an identity.
|
||||
</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoIdentity.SfComboBox">
|
||||
@@ -3340,7 +3340,7 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
|
||||
<summary>
|
||||
Occurs when a property in the <see cref="T:System.Windows.Forms.ComboBoxStyle"/> has changed.
|
||||
Occurs when a property in the <see cref="!:Syncfusion.WinForms.Input.ComboBoxStyle"/> has changed.
|
||||
</summary>
|
||||
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
|
||||
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
|
||||
@@ -3352,7 +3352,7 @@
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoStore.BorderStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.BorderStyle"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.BorderColor"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoStore.DropDownButtonStyleProperty">
|
||||
@@ -3367,17 +3367,17 @@
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoStore.EditorStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.EditorStyle"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.ComboBoxEditorStyle"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoStore.TokenStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.TokenStyle"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.ComboBoxEditorStyle"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoStore.ReadOnlyEditorStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.ReadOnlyEditorStyle"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.ComboBoxEditorStyle"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoStore.DropDownStyleProperty">
|
||||
@@ -3409,7 +3409,7 @@
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoStore.StaticDataStore">
|
||||
<summary>
|
||||
Gets the static data value of the <see cref="T:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoStore"/> class.
|
||||
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Input.ComboBoxStyleInfoStore"/> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoStore.GetStaticData">
|
||||
@@ -3420,7 +3420,8 @@
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoSubObjectIdentity">
|
||||
<summary>
|
||||
Represents a class that provides style identity information for nested objects
|
||||
Represents a class that provides style identity information for nested objects of the
|
||||
<see cref="!:Syncfusion.WinForms.DataGrid.Styles.CellStyleInfo" /> class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ComboBoxStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
|
||||
@@ -3442,7 +3443,7 @@
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ClearButtonStyle.defaultStyle">
|
||||
<summary>
|
||||
It contains the value of the <see cref="P:Syncfusion.WinForms.ListView.Styles.ComboBoxVisualStyle.DefaultStyle"/> property.
|
||||
It contains the value of the <see cref="!:Syncfusion.WinForms.Controls.Styles.ClearButtonStyle.DefaultStyle"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ClearButtonStyle.#ctor">
|
||||
@@ -3743,7 +3744,7 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.TokenStyleInfoStore.GetStaticData">
|
||||
<summary>
|
||||
Initializes the <see cref="F:Syncfusion.WinForms.ListView.Styles.TokenStyleInfoStore.sd"/>, if<see cref="F:Syncfusion.WinForms.ListView.Styles.TokenStyleInfoStore.sd"/> is null.
|
||||
Initializes the <see cref="!:=StyleInfoStore.sd"/>, if<see cref="F:Syncfusion.WinForms.ListView.Styles.TokenStyleInfoStore.sd"/> is null.
|
||||
</summary>
|
||||
<returns><see cref="F:Syncfusion.WinForms.ListView.Styles.TokenStyleInfoStore.sd"/></returns>
|
||||
</member>
|
||||
@@ -3767,7 +3768,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.FooterItemStyleInfo"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.ListView.Styles.FooterItemStyleInfo"/>.
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="!:Syncfusion.WinForms.ListView.GroupItemStyleInfo"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.FooterItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore)">
|
||||
@@ -3778,19 +3779,20 @@
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.ListView.Styles.FooterItemStyleInfo"/>.
|
||||
</param>
|
||||
<param name="store">
|
||||
A <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> that holds data for this <see cref="T:Syncfusion.WinForms.ListView.Styles.FooterItemStyleInfo"/>
|
||||
All changes in this style object will be saved in the
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> object.
|
||||
A <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo"/>.
|
||||
All changes in this style object will be saved in the
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> object.
|
||||
</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.FooterItemStyleInfo.Default">
|
||||
<summary>
|
||||
Gets a <see cref="T:Syncfusion.WinForms.ListView.Styles.FooterItemStyleInfo" /> with default settings.
|
||||
Gets a <see cref="!:Syncfusion.WinForms.ListView.FooterItemStyleInfo" /> with default settings.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.FooterItemStyleInfo.Store">
|
||||
<summary>
|
||||
Gets the <see cref="T:Syncfusion.WinForms.ListView.Styles.FooterItemStyleInfo" /> object that holds all the data for
|
||||
Gets the <see cref="!:Syncfusion.WinForms.ListView.FooterItemStyleInfo" /> object that holds all the data for
|
||||
this style object.
|
||||
</summary>
|
||||
</member>
|
||||
@@ -3839,7 +3841,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.GroupItemStyleInfo"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.ListView.Styles.GroupItemStyleInfo"/>.
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="!:Syncfusion.WinForms.ListView.GroupItemStyleInfo"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.GroupItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore)">
|
||||
@@ -3850,10 +3852,10 @@
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.ListView.Styles.GroupItemStyleInfo"/>.
|
||||
</param>
|
||||
<param name="store">
|
||||
A <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.GroupItemStyleInfo"/>.
|
||||
A <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="!:Syncfusion.WinForms.ListView.GroupItemStyleInfo"/>.
|
||||
All changes in this style object will be saved in the
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> object.
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> object.
|
||||
</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.GroupItemStyleInfo.Default">
|
||||
@@ -3863,7 +3865,7 @@
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.GroupItemStyleInfo.Store">
|
||||
<summary>
|
||||
Gets the <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore" /> object that holds all the data for
|
||||
Gets the <see cref="!:Syncfusion.WinForms.ListView.ListViewStyleInfoStore" /> object that holds all the data for
|
||||
this style object.
|
||||
</summary>
|
||||
</member>
|
||||
@@ -3912,7 +3914,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.HeaderItemStyleInfo"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.ListView.Styles.HeaderItemStyleInfo"/>.
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="!:Syncfusion.WinForms.ListView.HeaderItemStyleInfo"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.HeaderItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore)">
|
||||
@@ -3923,20 +3925,20 @@
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.ListView.Styles.HeaderItemStyleInfo"/>.
|
||||
</param>
|
||||
<param name="store">
|
||||
A <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.HeaderItemStyleInfo"/>.
|
||||
A <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="!:Syncfusion.WinForms.ListView.HeaderItemStyleInfo"/>.
|
||||
All changes in this style object will be saved in the
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> object.
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> object.
|
||||
</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.HeaderItemStyleInfo.Default">
|
||||
<summary>
|
||||
Gets a <see cref="T:Syncfusion.WinForms.ListView.Styles.HeaderItemStyleInfo" /> with default settings.
|
||||
Gets a <see cref="!:Syncfusion.WinForms.ListView.HeaderItemStyleInfo" /> with default settings.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.HeaderItemStyleInfo.Store">
|
||||
<summary>
|
||||
Gets the <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore" /> object that holds all the data for
|
||||
Gets the <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore" /> object that holds all the data for
|
||||
this style object.
|
||||
</summary>
|
||||
</member>
|
||||
@@ -3985,7 +3987,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo"/>.
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="!:Syncfusion.WinForms.ListView.GroupItemStyleInfo"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore)">
|
||||
@@ -3996,20 +3998,20 @@
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo"/>.
|
||||
</param>
|
||||
<param name="store">
|
||||
A <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo"/>.
|
||||
A <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo"/>.
|
||||
All changes in this style object will be saved in the
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> object.
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> object.
|
||||
</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo.Default">
|
||||
<summary>
|
||||
Gets a <see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo" /> with default settings.
|
||||
Gets a <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo" /> with default settings.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo.Store">
|
||||
<summary>
|
||||
Gets the <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore" /> object that holds all the data for
|
||||
Gets the <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore" /> object that holds all the data for
|
||||
this style object.
|
||||
</summary>
|
||||
</member>
|
||||
@@ -4066,10 +4068,10 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo"/> class.
|
||||
</summary>
|
||||
<param name="store">
|
||||
A <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/>.
|
||||
A <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/>.
|
||||
All changes in this style object will be saved in the
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> object.
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> object.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
|
||||
@@ -4077,8 +4079,8 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
A <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewStyleInfoSubObjectIdentity"/> that holds the identity for this
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo"/>.
|
||||
A <see cref="!:Syncfusion.WinForms.ListView.ListViewStyleInfoSubObjectIdentity"/> that holds the identity for this
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore)">
|
||||
@@ -4086,14 +4088,14 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
A <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewStyleInfoSubObjectIdentity"/> that holds the identity for this
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo"/>.
|
||||
A <see cref="!:Syncfusion.WinForms.ListView.ListViewStyleInfoSubObjectIdentity"/> that holds the identity for this
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo"/>.
|
||||
</param>
|
||||
<param name="store">
|
||||
A <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo"/>.
|
||||
A <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> that holds data for this
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo"/>.
|
||||
All changes in this style object will be saved in the
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore"/> object.
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore"/> object.
|
||||
</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo.Default">
|
||||
@@ -4124,7 +4126,7 @@
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo.Store">
|
||||
<summary>
|
||||
Gets the <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore" /> object that holds all the data for
|
||||
Gets the <see cref="!:Syncfusion.WinForms.ListView.ListViewStyleInfoStore" /> object that holds all the data for
|
||||
this style object.
|
||||
</summary>
|
||||
</member>
|
||||
@@ -4184,22 +4186,22 @@
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore.BackColorProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo.BackColor" /> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo.BackColor" /> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore.TextAlignmentProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo.TextAlignment" /> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo.TextAlignment" /> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore.ForeColorProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo.ForeColor" /> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo.ForeColor" /> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore.FontProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo.Font" /> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo.Font" /> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore.sd">
|
||||
@@ -4232,9 +4234,9 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore.GetStaticData">
|
||||
<summary>
|
||||
Initializes the <see cref="F:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore.sd"/>, if<see cref="F:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore.sd"/> is null.
|
||||
Initializes the <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore.sd"/>, if<see cref="F:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore.sd"/> is null.
|
||||
</summary>
|
||||
<returns><see cref="F:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfoStore.sd"/></returns>
|
||||
<returns><see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfoStore.sd"/></returns>
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Styles.ListViewStyle">
|
||||
<summary>
|
||||
@@ -4243,7 +4245,7 @@
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewStyle.defaultStyle">
|
||||
<summary>
|
||||
It contains the value of the <see cref="P:Syncfusion.WinForms.ListView.Styles.ListViewStyle.DefaultStyle"/> property.
|
||||
It contains the value of the <see cref="!:Syncfusion.WinForms.ListView.Styles.ListViewItemStyleInfo.DefaultStyle"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ListViewStyle.#ctor">
|
||||
@@ -4393,37 +4395,37 @@
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.ToolTipStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ListViewStyle.ToolTipStyle"/> property.
|
||||
Provides information about the <see cref="!:ToolTipStyle"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.ItemStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.HeaderItemStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="T:Syncfusion.WinForms.ListView.Styles.HeaderItemStyleInfo"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.HeaderItemStyleInfo"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.FooterItemStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="T:Syncfusion.WinForms.ListView.Styles.FooterItemStyleInfo"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.FooterItemStyleInfo"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.GroupItemStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="T:Syncfusion.WinForms.ListView.Styles.GroupItemStyleInfo"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.GroupItemStyleInfo"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.SelectionStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="T:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.SelectionStyleInfo"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.CheckBoxStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.CheckBoxStyleInfo"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.BorderStyleProperty">
|
||||
@@ -4433,17 +4435,17 @@
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.Border3DStyleProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="T:System.Windows.Forms.Border3DStyle"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.Border3DStyle"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.BorderSidesProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ListViewStyle.BorderSides"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.BorderSides"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.BorderColorProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.ListViewStyle.BorderColor"/> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.BorderColor"/> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ListViewVisualStyleInfoStore.#ctor">
|
||||
@@ -4492,28 +4494,28 @@
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Styles.ListViewStyleInfoSubObjectIdentity">
|
||||
<summary>
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewStyleInfoSubObjectIdentity" /> is an abstract base class for classes
|
||||
to be used as sub-objects in a <see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo" />.
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ListViewStyleInfoSubObjectIdentity" /> is an abstract base class for classes
|
||||
to be used as sub-objects in a <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo" />.
|
||||
</summary>
|
||||
<remarks>
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewStyleInfoSubObjectIdentity" /> is derived from
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ListViewStyleInfoSubObjectIdentity" /> is derived from
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoBase" />
|
||||
and thus provides the same easy way to provide properties that can inherit values
|
||||
from base styles at run-time.
|
||||
<para />
|
||||
The difference is that <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewStyleInfoSubObjectIdentity" /> supports this
|
||||
The difference is that <see cref="!:Syncfusion.WinForms.ListView.ListViewStyleInfoSubObjectIdentity" /> supports this
|
||||
inheritance
|
||||
mechanism as a sub-object from a <see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo" />. A sub-object
|
||||
mechanism as a sub-object from a <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo" />. A sub-object
|
||||
needs to
|
||||
have knowledge about its parent object and be able to walk the base styles from the
|
||||
parent object.
|
||||
<para />
|
||||
Examples for implementation of <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewStyleInfoSubObjectIdentity" /> are the
|
||||
Examples for implementation of <see cref="!:Syncfusion.WinForms.ListView.ListViewStyleInfoSubObjectIdentity" /> are the
|
||||
font and border
|
||||
classes in Essential Grid.
|
||||
<para />
|
||||
Programmers can derive their own style classes from
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewStyleInfoSubObjectIdentity" />
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ListViewStyleInfoSubObjectIdentity" />
|
||||
and add type-safe
|
||||
supported custom properties to the style class. If you write your own
|
||||
SpinButton class that needs individual properties, simply add a CellSpinButtonInfo
|
||||
@@ -4527,8 +4529,8 @@
|
||||
<summary>
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewStyleInfoSubObjectIdentity"/> class.
|
||||
Initializes a new instances of the
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ListViewStyleInfoSubObjectIdentity"/> object and associates it with a
|
||||
specified <see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo"/>.
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ListViewStyleInfoSubObjectIdentity"/> object and associates it with a
|
||||
specified <see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo"/>.
|
||||
</summary>
|
||||
<param name="owner">
|
||||
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
|
||||
@@ -4558,7 +4560,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="T:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo"/>.
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> to create an identity for <see cref="!:Syncfusion.WinForms.ListView.SelectionStyleInfo"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.ListView.Styles.SelectionStyleInfoStore)">
|
||||
@@ -4588,24 +4590,24 @@
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo.SelectionBackColor">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether the selection BackColor of a item while mouse hovering instead of using <see cref="T:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo" />.
|
||||
Gets or sets a value indicating whether the selection BackColor of a item while mouse hovering instead of using <see cref="!:Syncfusion.WinForms.ListView.ItemSelectionStyleInfo" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo.SelectionForeColor">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether the selection ForeColor of a item while mouse hovering instead of using <see cref="T:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo" />.
|
||||
Gets or sets a value indicating whether the selection ForeColor of a item while mouse hovering instead of using <see cref="!:Syncfusion.WinForms.ListView.ItemSelectionStyleInfo" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo.HoverBackColor">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether the item Hover BackColor of a item instead of using
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo" />.
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo.HoverForeColor">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether the item Hover foreColor of a item instead of using
|
||||
<see cref="T:Syncfusion.WinForms.ListView.Styles.ItemStyleInfo" />.
|
||||
<see cref="!:Syncfusion.WinForms.ListView.ItemStyleInfo" />.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
|
||||
@@ -4664,22 +4666,22 @@
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfoStore.SelectionBackColorProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo.SelectionBackColor" /> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfoStore.HoverBackColor" /> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfoStore.SelectionForeColorProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo.SelectionForeColor" /> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfoStore.HorizontalAlignment" /> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfoStore.HoverForeColorProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo.HoverForeColor" /> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfoStore.HoverForeColor" /> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfoStore.HoverBackColorProperty">
|
||||
<summary>
|
||||
Provides information about the <see cref="P:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfo.HoverBackColor" /> property.
|
||||
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfoStore.HoverBackColor" /> property.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="F:Syncfusion.WinForms.ListView.Styles.SelectionStyleInfoStore.sd">
|
||||
@@ -4736,7 +4738,7 @@
|
||||
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.ListView.Styles.ToolTipStyleInfo"/> class.
|
||||
</summary>
|
||||
<param name="identity">
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> to create an identity for <see cref="T:Syncfusion.WinForms.ListView.Styles.ToolTipStyleInfo"/>.
|
||||
<see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> to create an identity for <see cref="!:Syncfusion.WinForms.ListView.ToolTipStyleInfo"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.Styles.ToolTipStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore)">
|
||||
@@ -4892,7 +4894,7 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfListViewHelper.CanResolveIndex(Syncfusion.WinForms.ListView.SfListView)">
|
||||
<summary>
|
||||
Checks whether the need to resolve the row index based on the <see cref="P:Syncfusion.WinForms.ListView.SfListView.ShowHeader"/> or <see cref="P:Syncfusion.WinForms.ListView.SfListView.AllowSelectAll"/> properties.
|
||||
Checks whether the need to resolve the row index based on the <see cref="!:ShowHeader"/> or <see cref="!:AllowSelectAll"/> properties.
|
||||
</summary>
|
||||
<param name="listView">The <see cref="T:Syncfusion.WinForms.ListView.SfListView"/> control.</param>
|
||||
<returns>Returns the true, if need to resolve index. Otherwise returns false.</returns>
|
||||
@@ -6251,12 +6253,12 @@
|
||||
</member>
|
||||
<member name="E:Syncfusion.WinForms.ListView.SfListView.ThemeChanged">
|
||||
<summary>
|
||||
Occurs when theme name of the <see cref="T:Syncfusion.WinForms.ListView.SfListView"/> has changed.
|
||||
Occurs when theme name of the <see cref="!:Syncfusion.WinForms.Controls.SfListView"/> has changed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="E:Syncfusion.WinForms.ListView.SfListView.ThemeNameChanged">
|
||||
<summary>
|
||||
Occurs when theme name of the <see cref="T:Syncfusion.WinForms.ListView.SfListView"/> has changed.
|
||||
Occurs when theme name of the <see cref="!:Syncfusion.WinForms.Controls.SfListView"/> has changed.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.SfListView.AllowRecursiveChecking">
|
||||
@@ -6436,7 +6438,7 @@
|
||||
</member>
|
||||
<member name="P:Syncfusion.WinForms.ListView.SfListView.CanApplyTheme">
|
||||
<summary>
|
||||
Gets or sets a value indicating whether a <see cref="T:Syncfusion.WinForms.Controls.SfSkinManager"/> theme style
|
||||
Gets or sets a value indicating whether a <see cref="!:Syncfusion.WinForms.Core.SfSkinManager"/> theme style
|
||||
has been applied to the control. If the value is true, then the SkinManager theme will apply to the control, otherwise
|
||||
the SkinManager theme will not affect the control theme.
|
||||
</summary>
|
||||
@@ -6948,7 +6950,7 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfListView.CanDrawItem">
|
||||
<summary>
|
||||
Determines whether the <see cref="E:Syncfusion.WinForms.ListView.SfListView.DrawItem" /> event is needs to be raised.
|
||||
Determines whether the <see cref="!:Syncfusion.WinForms.ListView.RowStyle" /> event is needs to be raised.
|
||||
</summary>
|
||||
<returns>Returns true when the RowStyle event is hooked; Otherwise returns false.</returns>
|
||||
</member>
|
||||
@@ -6983,19 +6985,19 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfListView.CanDrawCheckBox">
|
||||
<summary>
|
||||
Determines whether the<see cref="T:Syncfusion.WinForms.ListView.Events.DrawCheckBoxEventArgs" /> event is needs to be raised.
|
||||
Determines whether the<see cref="!:Syncfusion.WinForms.ListView.DrawCheckBoxEventArgs" /> event is needs to be raised.
|
||||
</summary>
|
||||
<returns>Returns true when the DrawCheckBox event is hooked; Otherwise returns false.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfListView.RefreshViewAndContainer(System.Object,System.Object)">
|
||||
<summary>
|
||||
Updates the grid when the <see cref="N:Syncfusion.DataSource"/> is changed.
|
||||
Updates the grid when the <see cref="!:SfDataGrid.DataSource"/> is changed.
|
||||
</summary>
|
||||
<param name="oldValue">
|
||||
The old value of the <see cref="N:Syncfusion.DataSource"/>.
|
||||
The old value of the <see cref="!:SfDataGrid.DataSource"/>.
|
||||
</param>
|
||||
<param name="newValue">
|
||||
The new value of the <see cref="N:Syncfusion.DataSource"/>.
|
||||
The new value of the <see cref="!:SfDataGrid.DataSource"/>.
|
||||
</param>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfListView.OnDataSourceCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
|
||||
@@ -7077,7 +7079,7 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SfListView.OnPaint(System.Windows.Forms.PaintEventArgs)">
|
||||
<summary>
|
||||
Overridden to call the <see cref="M:System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)"/> method to draw the table
|
||||
Overridden to call the <see cref="!:ListView.WinForms.ListViewPainter.OnPaint"/> method to draw the table
|
||||
control.
|
||||
</summary>
|
||||
<param name="e">
|
||||
@@ -7605,7 +7607,7 @@
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.ListViewPainter.MeasureOverride(System.Drawing.Size)">
|
||||
<summary>
|
||||
Measures the client size to update the scroll axis of the <see cref="N:Syncfusion.WinForms.ListView"/>.
|
||||
Measures the client size to update the scroll axis of the <see cref="!:WinForms.SfListView"/>.
|
||||
</summary>
|
||||
<param name="constraint">
|
||||
The client size of the control.
|
||||
@@ -7808,11 +7810,6 @@
|
||||
Instance of <see cref="T:Syncfusion.WinForms.ListView.ListViewLocalizationResourceAccessor"/>.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.ListViewLocalizationResourceAccessor.GetControlAssembly">
|
||||
<summary>
|
||||
Returns the assembly that contains the control resources for localization.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.ListViewLocalizationResourceAccessor.GetControlAssemblyDefaultNamespace">
|
||||
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssemblyDefaultNamespace"/>
|
||||
</member>
|
||||
@@ -7847,13 +7844,6 @@
|
||||
<param name="name">The string that need to be localized.</param>
|
||||
<returns>Returns the localized string.</returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.WinForms.ListView.SR.GetObject(System.Globalization.CultureInfo,System.String)">
|
||||
<summary>
|
||||
Retrieves a localized resource object by name for the specified culture.
|
||||
</summary>
|
||||
<param name="culture">The culture for which the resource is requested.</param>
|
||||
<param name="name">The name of the resource to retrieve.</param>
|
||||
</member>
|
||||
<member name="T:Syncfusion.WinForms.ListView.Resources.Syncfusion_SfListView_WinForms">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
|
||||
Reference in New Issue
Block a user