PFGridViewPlaceHolderSettings Class |
This is not transferred through client-side.
Namespace: Packflow.Interface
public class PFGridViewPlaceHolderSettings
The PFGridViewPlaceHolderSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | PFGridViewPlaceHolderSettings |
Name | Description | |
---|---|---|
![]() | CustomLineColor | Obsolete.
Gets or sets the custom line color. Obsolete.
|
![]() | DefaultQuickSearchText |
Gets or sets the default quick search text.
|
![]() | FrameFooterMode |
Gets or sets the footer's display mode.
|
![]() | FrameHeaderContent |
Gets or sets the header's content.
|
![]() | FrameHeaderMode |
Gets or sets the header's display mode.
|
![]() | GridViewTitleContent |
Gets or sets the gridview title, shown in the header when FrameHeaderContent is set to Label or Both.
|
![]() | Height |
Gets or sets the height value in pixel.
Does not include chrome parts.
Must be between 100 and 800.
|
![]() | HeightFormula |
Gets or sets the height formula, e.g "100% - 50px".
With this formula, HeightMode is ignored.
|
![]() | HeightMode |
Gets or sets a value indicating how the gridview should manage its height.
|
![]() | LanguageCode |
Gets or sets the language code (two-letters format).
|
![]() | PreloadData |
Gets or sets a value indicating whether the data should be loaded directly.
If not, the data is loaded from client-side using SignalR when the page is ready. |
![]() | ShowQuickSearch |
Gets or sets a value indicating whether the quicksearch feature is shown.
Note : the quicksearch is automatically hidden if there is less than one page to show. |
![]() | TopLeftLinkUrl |
Gets or sets the URL of the top-left icon.
If not empty, an icon with this url will be shown at the top left corner of the gridview's header.
|
![]() | ViewList |
Gets or sets the list of views displayed for selection,
when the gridview header content is set to ViewSelection or Both.
|
Name | Description | |
---|---|---|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AsT |
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.) |
![]() | EqualsAll |
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.) |
![]() | EqualsAny |
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.) |
![]() | GetString |
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.) |
![]() | IsGenericList | Overloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.) |
![]() | IsGenericList(Type) | Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.) |
![]() | Serialize | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) |
![]() | Serialize(String) | Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.) |
![]() | SerializeJson | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |
![]() | SerializeJson(ListType) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |
![]() | SerializeJson(DataContractJsonSerializerSettings) | Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.) |