Click or drag to resize

PFGridViewPlaceHolderSettings Class

Represents the settings of a gridview's placeholder.

This is not transferred through client-side.

Inheritance Hierarchy
SystemObject
  Packflow.InterfacePFGridViewPlaceHolderSettings

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public class PFGridViewPlaceHolderSettings

The PFGridViewPlaceHolderSettings type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCustomLineColor Obsolete.
Gets or sets the custom line color. Obsolete.
Public propertyDefaultQuickSearchText
Gets or sets the default quick search text.
Public propertyFrameFooterMode
Gets or sets the footer's display mode.
Public propertyFrameHeaderContent
Gets or sets the header's content.
Public propertyFrameHeaderMode
Gets or sets the header's display mode.
Public propertyGridViewTitleContent
Gets or sets the gridview title, shown in the header when FrameHeaderContent is set to Label or Both.
Public propertyHeight
Gets or sets the height value in pixel. Does not include chrome parts. Must be between 100 and 800.
Public propertyHeightFormula
Gets or sets the height formula, e.g "100% - 50px". With this formula, HeightMode is ignored.
Public propertyHeightMode
Gets or sets a value indicating how the gridview should manage its height.
Public propertyLanguageCode
Gets or sets the language code (two-letters format).
Public propertyPreloadData
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.

Public propertyShowQuickSearch
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.

Public propertyTopLeftLinkUrl
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.
Public propertyViewList
Gets or sets the list of views displayed for selection, when the gridview header content is set to ViewSelection or Both.
Top
Methods
  NameDescription
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAsT
Casts an object to another type. Returns default(T) if the object is null.
(Defined by Utils_Other.)
Public Extension MethodEqualsAll
Checks that this object is equal to every object in parameters.
(Defined by Utils_Other.)
Public Extension MethodEqualsAny
Checks that this object is equal to at least one of the parameters.
(Defined by Utils_Other.)
Public Extension MethodGetString
Converts an object to String using ToString() method, else returns String.Empty.
(Defined by Utils_Other.)
Public Extension MethodIsGenericListOverloaded.
Checks if this object is a System.Collections.Generic.List.
(Defined by Utils_Linq.)
Public Extension MethodIsGenericList(Type)Overloaded.
Checks if this object is a System.Collections.Generic.List using type as T.
(Defined by Utils_Linq.)
Public Extension MethodSerializeOverloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerialize(String)Overloaded.
Serializes an object into an XML document.
(Defined by Utils_Xml.)
Public Extension MethodSerializeJsonOverloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(ListType)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Public Extension MethodSerializeJson(DataContractJsonSerializerSettings)Overloaded.
Serializes an object using a DataContractJsonSerializer.
(Defined by Utils_String.)
Top
See Also