DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter.Styles Namespace / DataFilterCaptionStyle Class / ShouldSerializeHorizontalAlignment Method

In This Topic
    ShouldSerializeHorizontalAlignment Method (DataFilterCaptionStyle)
    In This Topic
    Specifies whether to save the value of the HorizontalAlignment property.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeHorizontalAlignment() As Boolean
    protected bool ShouldSerializeHorizontalAlignment()

    Return Value

    Returns true if the property has changed; otherwise, returns false.
    See Also